• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • Oh man you missed the pinacle of Nokias phones. The possibilities of the N900 where endless back then. Emulators, IR Blaster, High Quality Camera (for back then), all the Linux software, free Wifi everywhere (Because everybody still used WEP and the N900 would crack the password in like 20 seconds) and so much more. The transreflective screen 800x480 worked incredibly well. Low power and still very good visibility, only in bright sunlight the colors were washed out. I always wondered why they never used this technology in modern devices.

    Then the N9 which lacked some features, but was so handsome and user friendly. It had an OLED but also the Clear Black technology which prevented the screen from reflecting to much sunlight, making it readable in the sun even though it had much lower brightness than todays OLEDs.

    Sadly all this was killed by Elop who came from Microsoft and tried to push Windows phone, slowly downgrading the amazing hardware till Nokias phone branch was dead.





  • Interesting. For the Nokia N900 there is Maemo Leste which also uses mainline Linux (+ a few patches they are working to mainline) and there everything works. Mind that works means in this case: Does what I want if I issue a number of console commands. However most of it by now even works via the GUI.

    Keep in mind that Leste is a project by a few enthusiasts and writing drivers for undocumented hardware is a monumental task, writing GUI for a whole mobile OS is also complicated. So it is utterly astonishing, how far they got!


  • Macros@feddit.detolinuxmemes@lemmy.worldThat's LTT in the bottom
    link
    fedilink
    arrow-up
    16
    arrow-down
    8
    ·
    7 months ago

    Sure because Error Code 0x8007057 tells you immediately how to solve the problem.

    Linux error messages like error: kex_exchange_identification: client sent invalid protocol identifier "GET /robots.txt HTTP/1.1" are completely arcane tough.

    I support both systems. And Linux support is so much easier. Mostly in runs out of the box. If it runs I continues to do so and If you have an error you get a specific message like above.

    With such a message you either:

    • See right away how to solve the problem
    • Search it online and get a specific solution for exactly you problem
    • Or you can ask Experts for a solution for your specific problem.

    With Windows: No systems runs out of the box, I always have to install additional software (7zip, sane browser, …) and also for anybody remotely privacy concerned have to adjust many settings (for which tools exist thankfully)

    If an error occurs under Windows and I get a code like above:

    • I can sometimes guess by my experience what the reason is and solve it.
    • If not I search the error code and circumstances which lead to it online, then apply the 20 solutions presented one by one in hope one works
    • Ask experts which ask me to run a bunch of diagnostic utilities because the error message does not tell you anything. (Yes by now I can also guess which utility could provide relevant information, but not because Windows told me)
    • In a noticeable amount of cases the solution is: We can not determine the reason for the error, please reset everything (First a restart, then run this cleanup tool and if this doesn’t help just reinstall!)

  • I upgraded my PC in Oktober with a RX 7600, enough for older games, silent and efficient. I really looked forward to enjoy Witcher 3 at highest settings. A few days later rumors about Witcher 3 Next Gen. How dare they! Now I can’t push every single slider to max and enjoy 120fps!

    In all seriousness: The update is great of course and I applaud CD Project Red for releasing it free. Besides the better graphics (Which even the 7600 can handle at Full HD without high RT settings) they also included tons of fixes and quality of live improvements the community made over the time. I can really recommend it.

    I even bought it at full price years before I played it because I enjoyed Witcher 2 so much and was certain they will make a good game.


  • Einstein didn’t say that religion was needed for science. Cosmic religion is not a good term because any reader will associate it with our umbrella term religion while he defined something else. Writing it without context is manipulating any reader who does not have/take the time to read up on the term.

    He firmly stated that he does not belief in any religion associated with any god or gods like all the religions OP probably means. Even going so far as calling such beliefs expression and product of human weaknesses.

    He also wrote “the Bible a collection of honorable, but still primitive legends which are nevertheless pretty childish.” And “I, like yourself, I am predominantly critical concerning the activities, and especially the political activities, through history of the official clergy.” So he does se a conflict between religion like OP means and science. He only once made a statement in support of the traditional religions when he said he was positively surprised that the christian church opposed the Nazi regime. He later backtracked on this because the church supported the Nazis partially during the further years of the war.

    He still stated he is no Atheist because he believes in the existence and governance of the fundamental laws of nature and what he sometimes called religion he defined as the aspiration to pursue the research on these fundamental laws.


  • I am very happy if you can enlighten me. Granted, I do not install Windows very often (otherwise I would bake all these things into an image), and there may be improvements. So feel free to make your point and save me time.

    An no, security updates can’t run in the background. If I sit a user in front of a PC, the PC has to be secure. Which means that the zero day exploits from a few days ago which are already exploited in the wild have to be fixed. Also yes, software for basic tasks and configuration till usability is reached is part of an operating system install. Otherwise you have to compare the time to install a barebones Linux (1 Minute) with a bare Windows install (still 30 minutes).

    I currently use chocolatey for automation of software installs. But Libreoffice alone takes minutes to install on Windows even on fast PCs. If you know a better/faster tool I am happy to listen.


  • Macros@feddit.detolinuxmemes@lemmy.worldBye bye edge
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    11 months ago

    For me the 30 minutes to install is about right. After that I have usable Linux and an unusable Windows.

    To get Windows to the same state:

    • Add 5 Minutes for clicking trough the "Do you want to enable handwriting? ((( We just allow ourselves to collect samples of everything you write to “improve our recognition engine” )))
    • Add 20-30 minutes of security updates (thankfully it got much faster with SSDs, before it could have been hours)
    • Add 20-30 minutes of installing necessary software like an office suite, PDF Reader with basic functionality, 7zip. This is only 30 minutes because I spent hours automating the downloads and installs trough scripts.
    • If it is my system or a company system: Add 20 minutes to go trough the settings of Win10Privacy to at least reduce the phoning home and to enable some necessary settings for working with the system like “Don’t restart at random times”
    • Add 10 Minutes to remove the installed bloatware like People, Windows Maps, Windows Experience Host, …

    In summary:
    Linux requires 5 minutes attention and is ready after 30min.
    Windows requires 40 minutes of attention and is somewhat ready after 2h30min. Even if I skip the privacy stuff its still at about 1h20min.

    To be fair: On Windows and Linux I immediately install ublock to Firefox afterwards, on Linux I run a single apt command to install some more niche software which takes about 3 minutes on a fast network connection.



  • Niche language, but try out PureBasic.

    Its IDE is based on Scintilla. And it is very fast, even on an ancient PC it runs. It is specific for the programming language.

    And here some advantages it has compared to a simple text editor:

    • Autocomplete of all functions and many API functions of the OS
    • Hints about parameters
    • F1 Help for all functions by just placing the cursor on them
    • Jumping to errors in the code
    • Automatic backups of all the progress of your codes, no problem to backtrace even if you forgot to save or commit.
    • Manage Projects (Groups of source codes and different targets)
    • Well integrated debugger

    I agree with you in many points. Most other IDEs I am forced to work with are horribly slow. Especially those which rely on electron. Sometimes they lack features every basic editor has by now.

    This is to say: Good IDEs can exist and are a great benefit for the programmer. But modern IDEs often chase keyword features and use complex and bloated frameworks to achieve them. Sometimes even forgetting to add basic features which made IDEs a thing initially. An IDE should take almost no time to setup to your needs and should not hinder with complex operations which take seconds to run, it should only support in code creation and aim to make features like autocomplete show suggestions in milliseconds.


  • The source linked by Wikipedia ist not very sound in this case. It is a website with the sensationalist title “Hydroelectric power’s dirty secret revealed” and in its text the magazine mentions a “a study to be published” without title where it supposedly gets its information from.

    You are correct, that in Brazil the biomass may contribute more, in this study from 2002 one of the highest emitting reservoirs is examined. Including everything up to the Ants colonies destroyed by the reservoir. However they note that Emissions decrease significantly after a few years as the biomass is decomposed. Also at the time of the article linked above the plant was still installing turbines, increasing its energy output. This obviously leads to wrong estimations when current carbon emissions to current power output is extrapolated over the lifetime. In 2002 a Cambridge article noted that emissions are on par with fossil fuels (which of course is still not great!) A study in 2016 noted that previous estimates of the emissions may have been quite a bit to high as they collected samples during seasons with high activity.

    In summary: We don’t know for certain yet how high the emissions are, but 3.5 times fossil fuel emissions seems to be grossly overestimated.



  • It seems you have not read my post or the study in detail.

    Indeed it seems that cloth masks are not very or even not effective. But, and that’s a big but: FFP2/KN95 Masks seem to be quite effective.

    The Cochrane study authors themselves note the low confidence they have in their results. The sample size is quite small (e.g. only 8407 people in summary over all studies they evaluated for FFP2 masks) They even got the result that handwashing has no benefits.

    In Contrast the studies in the metastudy I linked work with far larger sample sizes.

    I won’t respond anymore after this comment as you seem agitated and resort to personal attacks which won’t lead to a productive discussion. I hope you find a calmer moment to consider the evidence studies have gathered and overthink your position.


  • I don’t understand people downvoting without correcting. This way this wrong information stands here, seemingly scientifically sound as a study is linked, contradicted only by votes and words.

    Thank you @[email protected] for looking at the study and noting its limits here.

    If somebody wants to check for himself I suggest to take a look at https://www.futuremedicine.com/doi/full/10.2217/fvl-2021-0032 A study which looks at many different studies and metastudies.

    To summarize:

    • Some studies exist that measured no benefits of masks under certain circumstances. E.g. only evaluating complete protection. But few also seem to be sound at first glance. E.g. one looking at effects of a mask requirement in Bexar County, TX.
    • Many of the negative result studies focus on cloth face masks, one even suggesting they increase risk.
    • Many studies and metastudies with generally more sound methods suggest mask are effective at preventing spread and limiting mortality.

    Conclusion: Masks, excluding simple cloth masks, are likely quite effective. More research is needed.