Slashdot Mirror


User: Misagon

Misagon's activity in the archive.

Stories
0
Comments
1,034
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,034

  1. Faster "phone" on iPhone XS, XS Max Are World's Fastest Phones (Again) (tomsguide.com) · · Score: 1

    It would be an even faster phone if the voice of the person you were talking to was less garbled.

  2. Re:Microplastics problem maybe? on Road Makers Turn To Recycled Plastic For Tougher Surfaces (economist.com) · · Score: 1

    Oh, when the plastic pieces turn smaller than microplastics they become nanoplastics which have a whole lot of other issues for health and the environment. You would not want to inhale it.

    Wear-down of car tyres is known as a significant cause of micro and nano-plastics in the environment. Tyres are usually made of a mix of natural rubber and synthetic rubber - and synthetic rubbers are also plastics, more or less.

    Another significant health issue in colder climates is that studded snow tyres wear down paved road surfaces into hazardous airborne dust. Many cities in Nordic countries have therefore banned the use of studded tyres in city centres and/or on their most well-trafficked streets.

  3. Funny ... on Microsoft Research Touts Its 'Checked C' Extension For 'Making C Safe' (microsoft.com) · · Score: 3, Informative

    clang/LLVM had been developed in tandem with, practically for a project for making C code safer in the first place: SAFECode.

  4. Instead of abandoning ABS completely, I think it is about time to consider expanding the recycling of existing ABS to include not just packaging but also products themselves. Would that be feasible?

    Everyone of us has quite a large number of items made from ABS. It is very common in electronics for instance. Just looking around me, my keyboard, mouse and monitor bezel in front of me are made of ABS.
    Electronics should be recycled, and their enclosures are probably recycled with the rest but not all plastic enclosures have a resin identification code so that the type of plastic could be determined easily when recycled.
    One challenge could be that ABS comes in many different variations, with varying proprtions of A (acrylonitrile), B (butadiene) and S (polystyrene), plus additives for UV-resistance or flame retardants.

    ABS is such a versatile, wonderful material. I think we should treat it as such.

  5. I could not care less on The Next iPhones, Apple Watch Leak Ahead of Apple's Event (9to5mac.com) · · Score: 1

    I come here for the Apple jokes in the comment section...

  6. Re:The point of turn signals on Tesla Files Patent For Automatic Turn Signals (cnet.com) · · Score: 3, Insightful

    Turn signals are not interpreted only by other motorists on the road but also by pedestrians.
    This is very useful on parking lots, for instance.

  7. Re:Social inequality on New Research Suggests Evolution Might Favor 'Survival of the Laziest' (phys.org) · · Score: 1

    Meh. I'm tired. Sorry. Please mode the above post "Redundant" or "Off-topic."

  8. Social inequality on New Research Suggests Evolution Might Favor 'Survival of the Laziest' (phys.org) · · Score: 1

    He who makes other people work for him, so that he does not have to work himself lives longer. He who does not need to care about how to earn the next pay check does not need to stress about it or exert himself.
    Yes. Of course. That's not rocket science.

    That's why statistics say that members of high-income households are more healthy --- even in countries with universal health care where access to health care is not a question of wealth.

  9. Great ... on Australians Who Won't Unlock Their Phones Could Face 10 Years In Jail (sophos.com) · · Score: 4, Insightful

    Ten years for forgetting my pin number. I have done that.
    They might just as well lock everyone up in advance, just in case.

  10. Re:Same shit, same real world problems. on Linux Study Argues Monolithic OS Design Leads To Critical Exploits (osnews.com) · · Score: 1

    Monolithic kernels had a syscall performance advantage ... before the Meltdown patches were applied.

    The security advantage of microkernels is that you could reduce the attack surface by making your Trusted Computing Base as small as possible.
    The seL4 microkernel has been formally proven safe. That is possible because it is small enough, but it still took years. You can't do that with something as Linux.

    The locus in OS research seems to have moved on towards multikernels for better performance on systems with many cores. A multikernel is basically about having a separate microkernel on each core, each core's kernel chosen to be the best available for the tasks that run on it.
    Linus, on the other hand, does not like CPUs with many cores ...

  11. Re:Real-world examples on Linux Study Argues Monolithic OS Design Leads To Critical Exploits (osnews.com) · · Score: 4, Insightful

    I think Google's transition from Linux to the Zircon microkernel (Fuchsia) is still quite some time in the future.

    I believe that Google's reason for Fuchsia is mostly to do with Linux' security model being a bad match for Android. In Android, every app is running as its own Linux user. In Zircon, there is instead the "Job" abstraction that can contain processes, and access rights are based on capabilities that the mainline Linux kernel does not have. ("Posix Capabilities" are not capabilities :-P)

  12. Re:Year of the Hurd desktop on Linux Study Argues Monolithic OS Design Leads To Critical Exploits (osnews.com) · · Score: 1

    Actually, GNU/Hurd has seen relatively much development only in recent years and you can install and run it in command-line mode.

    Userland GNU/Hurd is the same as GNU/Linux, so your statement does not really hold.

  13. Re:Probably irrelevant on Linux Study Argues Monolithic OS Design Leads To Critical Exploits (osnews.com) · · Score: 1

    For this reason Chrome/Chromium is more or less sandboxed on every platform it runs --- and I say "more or less" because it has to be in a different way on each platform to take advantage of what each platform provides.
    On some platforms such as MS Windows, the code for making it run somewhat securely can be quite convoluted.

  14. Re:Timely justification for the space force... on US Warns on Russia's New Space Weapons (reuters.com) · · Score: 1

    No. Because the Space Force is not interstellar.

  15. Re:No classes, No goto on Julia 1.0 Released After a Six-Year Wait (insidehpc.com) · · Score: 3, Interesting

    The instances where goto is useful can often be boiled down to a few different cases.
    IMHO it would be better to have specific language support for those cases than a generic statement. Having a generic goto (or even only a break label-statement) would encourage it to be used for things that it wasn't intended for, and such code would not be as readable.

    * Breaking out of nested loops. Something like break label or multibreak number.
    * Clause after a loop has reached its end and not broken. Python reuses else for this.
    * Error handling: A type of exception handling. It could be simplified by using labels instead of throwing and catching objects of specific types.

  16. The story title sounds like an advert on Facebook, Still on a Mission To Bring People Online, Announces Connectivity (cnet.com) · · Score: 1

    Who the hell approved this story in the current form?

  17. Re:It means the same thing it always did on Cybersecurity's Insidious New Threat: Workforce Stress (technologyreview.com) · · Score: 1

    The word "hack" applied to computers and electronics is an analogy to using a hacksaw to a table leg, hence the name.
    Therefore, it is indeed about a quick and simple solution to a problem.

    If it should be considered elegant or not to cut the table's other leg shorter to make it less wobbly ... that's anyone's opinion.

  18. Re:Do they mean the cable? on EU Regulators To Study Need For Action on Common Mobile Phone Charger (reuters.com) · · Score: 1

    The USB-Micro standard is ... uni-directional ...

    Oh, there are reversible Micro B connectors out there. They work with existing sockets. It was introduced in 2015 but there are multiple options now and cables are widely available.
    (If that is not what you meant, there is the On-The-Go (OTG) standard, so Micro-USB could be used as a host port as well.)

    Other than power delivery I find the problem with USB Micro B be that it is not compulsory for sockets to have through-hole mounts, and therefore those that don't are more fragile.
    USB Type C rectified that.
    On the other hand, USB C has many teeny tiny connectors inside the plug and socket, and I wonder if not those would break first and what then would happen.

  19. Re:I hate "infinite scroll" on Front-End Developer Decries 'Garbage' Design Choices on 'The Bullshit Web' (pxlnv.com) · · Score: 2

    Oh. I really hate infinite scroll.
    The "infinite scroll" has only one valid use IMHO: When you are displaying a timeline, looking back from the present. That is what it was invented for in the first place.

    Another thing I hate is links that are not links but buttons that act like links --- but only when left-clicked. Those can't be opened in a new tab or window.
    Combined with infinite scroll, that is just hell.

    Or about about when you click on a "link", and the new "page" occupies the entire browser window ... but it wasn't a page but a popup in disguise. You press Back to get back to where you were but instead you get out of the site and have to press Forward again and you loose your navigation in the "infinite scroll" because the context is not retained in the browser.

    Or how about pages with a button that says "More", and it replaced the items in a list walking forward in a collection and scrolled automatically to the top of the list ... thus looking like an infinite scroll even though it isn't.

    Oh, and buttons that don't appear until you hover. How many times have you not clicked on those accidentally...
    I don't want to think about how those sites work on tablets or on convertibles where you have both mouse and touch.

  20. I pulled quite a few all-nighters with my computer when I was a teenager, before I even had dial-up Internet.

    Of course a lot of time was spent on dial-up BBS:es, not to mention the telephone bills ...

  21. Re:eeepc replacement? on Surface Go Reviews Are All Over the Place (arstechnica.com) · · Score: 1

    Your EeePC cost half as much, had USB ports and in most of them you could upgrade the memory and harddrive/SSD.

  22. Re:Why not the reverse? on Commodore's Amiga Is Being Revived In Newly Updated Hardware (hothardware.com) · · Score: 1

    Yeah, but the SoCs with many and faster ARM cores are often paired with FPGAs that are overkill for emulating the Amiga chipset and would therefore be too expensive to compete with MiST, Vampire or a Raspberry Pi.

    And then the key part: giving the FPGA its own "Chip RAM", with access from the emulator on the ARM core.

  23. Re:Meh. Still not as cool.. on Commodore's Amiga Is Being Revived In Newly Updated Hardware (hothardware.com) · · Score: 1

    From your username and your like of Atari... you are from Poland, right?

    I found recently that the Atari 8-bit is very popular there for some reason.

  24. Replying to an argument rooted in science with an argument rooted in ideology.
    How very enlightened of you.

  25. Why not the reverse? on Commodore's Amiga Is Being Revived In Newly Updated Hardware (hothardware.com) · · Score: 1

    Instead of a 100 MHz CPU in FPGA running against vintage graphics and sound chips, I would much rather like to see the vintage graphics and sound chips in FPGA but the CPU being emulated, with JIT-compilation running on a fast modern ARM multi-core chip.

    That would be a really powerful Amiga, and you would be able to run other things (such as OS:es and emulation cores) on it as well.

    However, I have not found any FPGA board that has had any good interlink with any powerful ARM chip. The ones I have seen (including MiST) have used the CPU for loading cores onto the FPGA and not much more. The FPGA would need to provide an interface from the CPU to the machine's "Chip RAM" and that might be a bit too unusual?