• 0 Posts
  • 19 Comments
Joined 11 months ago
cake
Cake day: August 4th, 2023

help-circle
  • The security level should be the user’s choice. Maybe I don’t care if my neopets account is hacked. Maybe the 2fa offered actually decreases security, like the SMS 2FA required by my 401k account that can be used as the sole recovery factor, bypassing the password. Maybe I’m accessing from a system configuration that makes 2fa really annoying, like a build system running inside a fresh VM on every run.

    The service doesn’t have the context necessary to know when 2FA is warranted.



  • AlotOfReading@lemmy.worldtoxkcd@lemmy.worldxkcd #2948: Electric vs Gas
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    12 days ago

    Just did a quick eBay check. The cheapest 350hp ICE I could find was a rebuilt $3,000 Chevy engine. A new one is more like $6-8k. An equally powerful, brand new Siemens motor was $1,500.

    This makes sense when you think about it though. An electric motor is basically just steel with a bunch of coiled wire with some control electronics. An ICE is hundreds of pounds of precision cast and machined metal. The cost driver in electric vehicles is not the motor, it’s the batteries.






  • WSL is just a well integrated VM running Linux. It’s mainly intended for CLI tools, but there’s nothing preventing you from e.g. running an X server and having programs appear in the Windows “window manager”.

    The super key is largely inaccessible though. It’s tied very deeply into Windows, which is still the one talking to the keyboard.


  • I’m not assuming it’s going to fail, I’m just saying that the exponential gains seen in early computing are going to be much harder to come by because we’re not starting from the same grossly inefficient place.

    As an FYI, most modern computers are modified Harvard architectures, not Von Neumann machines. There are other architectures being explored that are even more exotic, but I’m not aware of any that are massively better on the power side (vs simply being faster). The acceleration approaches that I’m aware of that are more (e.g. analog or optical accelerators) are also totally compatible with traditional Harvard/Von Neumann architectures.






  • That’s not how RF works. For one thing, microwaves run at 2.4GHz, which means they can’t “see” physical features smaller than a few centimeters (to greatly oversimplify what’s going on). The miniscule bubbles simply aren’t a big factor.

    Rather, what’s happening is that the ceramic (probably the glaze if we’re honest) has a higher cross section and/or lower specific heat than the food, especially when it’s frozen. It absorbs more energy and heats up faster.

    I would also expect far fewer and smaller bubbles with industrial slip casting (“pouring into a mold”) than manual production.


  • TCP has been amended in backwards incompatible ways multiple times since 1993. See e.g. RFCs 5681, 2675, and 7323 as examples.

    Plus, speaking TCP/IP isn’t enough to let you to use the web, which is what most people think of when you say “Internet”. That 1993 device is going to have trouble speaking HTTP/1.1 (or 1.0 if you’re brave) to load even the most basic websites and no, writing the requests by hand doesn’t count.



  • I haven’t explained what the differences are because almost everything is different. It’s like comparing a Model T to a Bugatti. They’re simply not built the same way, even if they both use internal combustion engines and gearboxes.

    Let me give you an overview of how the research pipeline occurs though. First is the fundamental research, which outside of semiconductors is usually funded by public sources. This encompasses things like methods of crack formation in glasses, better solid state models, improved error correction algorithms and so on. The next layer up is applied research, where the fundamental research is applied to improve or optimize existing solutions / create new partial solutions to unsolved problems. Funding here is a mix of private and public depending on the specific area. Semiconductor companies do lots of their own original research here as well, as you can see from these Micron and TSMC memory research pages. It’s very common for researchers who are publicly funded here to take that research and use it to go start a private company, usually with funding from their institution. This is where many important semiconductor companies have their roots, including TSMC via ITRI. These companies in turn invest in product / highly applied research aimed at productizing the research for the mass market. Sometimes this is easy, sometimes it’s extremely difficult. Most of the challenges of EUV lithography occurred here, because going from low yield academic research to high yield commercial feasibility was extremely difficult. Direct investment here is almost always private, though there can be significant public investments through companies. If this is published (it often isn’t), it’s commonly done as patents. Every company you’ve heard of has thousands of these patents, and some of the larger ones have tens or hundreds of thousands. All of that is the result of internal research. Lastly, they’ll take all of that, build standards (e.g. DDR5, h.265, 5G), and develop commercial implementations that actually do those things. That’s what OEMs buy (or try to develop on their own in the case of Apple modems) to integrate into their products.


  • You have no idea how modern technology is produced. Any particular product is usually the result of dozens to thousands of iterations, some funded with public money and many not. Let’s take an example from your chart: DRAM. I actually don’t know when DARPA “developed” DRAM (since DARPA usually funds private companies to do development for them), but it must have been before 1970 when Intel designed the 1103 chip that got them started. Do you think that pre-1970s design is remotely similar to the DRAM operating on your device today? I’ll give you a hint: it’s not.

    And no, modern device development does not consist of gluing a bunch of APIs together. Apple maintains its own compilers, languages, toolchains, runtimes, hardware, operating systems, debugging tools, and so on. Some of that code had distant origins in open source (e.g. webkit), but that’s vastly different than publicly funded and those components are usually very different today.

    They’re failing to produce competitive modems because modern wireless is one of closest things humans have to straight up black magic. It’s extremely difficult to get right, especially as frequencies go up, SNR goes down, and we try to push things ever faster despite having effectively reached the Shannon limit ages ago.


  • AlotOfReading@lemmy.worldtoAndroid@lemmy.worldUSB-C
    link
    fedilink
    English
    arrow-up
    7
    ·
    10 months ago

    Apple was one of the major contributors to the USB-C standard, including the physical connectors.

    The tongue design was used because it makes high speed a lot easier. If your traces are in the center of the connector, you can do a cutout of the PCB and mount a “dumb” connector housing for the socket. You can also have a ground plane right in the middle and use both sides for differential pairs, which is exactly what happened. It also means you don’t have to deal with the pain of high frequency signals leaving the board into the air like other connectors.

    But yes, don’t shove screwdrivers into your USB sockets either.