Readit News logoReadit News
nagisa commented on Pixel 10 Phones   blog.google/products/pixe... · Posted by u/gotmedium
nagisa · 5 days ago
Its a google phone. Wouldn't be surprised if this one too forgets the WiFi credentials every second day.
nagisa commented on Tell HN: 1.1.1.1 appears to be down    · Posted by u/Wingy
nagisa · a month ago
Can confirm its down here too.

1.0.0.1 is also down.

nagisa commented on C3 solved memory lifetimes with scopes   c3-lang.org/blog/forget-b... · Posted by u/lerno
torginus · a month ago
Generally why I think rust compile is unfixably slow is the decision to rely on compile-time static dispatch, and heavy generic specialization, which means there's a LOT of code to compile and the resulting binary size is large.

Many-many people remarked that this is the wrong approach in todays world, where CPUs are good at doing dynamic dispatch prediction, but the cache sizes (esp. L1, and instr cache) is very limited, for most code (with the exception of very hot tight loops), fetching code into cache is going to be the bottleneck.

Not to mention, for a systems programming language, I'd expect a degree of neatness of the generated machine code (e.g. no crazy name mangling, having the same generic method appear 30 places in assembly etc.)

nagisa · a month ago
There are compile-time techniques that can mitigate the compile-time cost of monomorphization to a degree: optimizing on a generic IR (MIR) and polymorphization (merging functions that produce equivalent bodies) come to mind as immediate examples that have been talked about or implemented to a degree in rustc.
nagisa commented on IKEA ditches Zigbee for Thread going all in on Matter smart homes   theverge.com/smart-home/7... · Posted by u/thunderbong
bluGill · 2 months ago
That is my sticking point - every border router I can find has a bunch of other things I don't want. I don't want my lights available from the internet, I just want to turn on the shed outside light from inside the house when I have guests. (since they are likely to park by the shed and walk to the house)

That is I don't want google/amazon/samsung/apple to control my house. Most border routers are also connect to our smart home system. (there are exceptions but it isn't clear if they are better)

nagisa · 2 months ago
While not a proper product, you can buy a small ESP32C6 devboard for up-to-5 USD/EUR and flash an example from esp-idf. This is paired with some software that runs on posix systems (think your HA host) that together form the necessary commissioning and border routing functionality. Its ends up being a relatively simple device that just takes IP packets off the radio and puts then somewhere else, so I've no doubt somebody will shortly make one (I've been working on one such for myself as an experiment.)

For what you're looking to do in principle you don't really need any of this after the initial commissioning. So long as the radio waves can reach the devices they will be able to talk to each other.

nagisa commented on Nvidia's RTX 5050 GPU starts at $249 with last-gen GDDR6 VRAM   theverge.com/news/692045/... · Posted by u/microsoftedging
eighthourblink · 2 months ago
Coming from a 2060 Super, would this be a good upgrade? I dont really play newer high demand games, but i do enjoy my emulation. Currently on 2060 super and dont really have any issues with emulation.Ryzen 5 3600X / linux (of course :))
nagisa · 2 months ago
It'd likely be a side-grade, unless you care specifically for the exact features that were introduced with 30/40/50 series (such as increasingly elaborate upscaling, other AI-driven features.)

Although we don't know how 5050 will perform, 50 series have roughly ~same perf in render as models from 40 series at the same tier. 40 series in turn are only a mild bump over 30 at the same tier. And 30-series was a reasonable improvement over 20, but mostly in perf/$ measure and not raw perf. Extrapolating, 5050 is likely not going to give much of a boost if any, and spending money on a 8GB card in 2025 is just throwing money away at this point as software is now increasingly expecting to be able to work with >8GB of VRAM.

nagisa commented on Tiny Undervalued Hardware Companions (2024)   vermaden.wordpress.com/20... · Posted by u/zdw
dasv · 2 months ago
nagisa · 2 months ago
Yes, although NanoKVM is probably a product with most caveats out of competing ones to recommend. https://www.youtube.com/watch?v=plJGZQ35Q6I. I'd recommend JetKVM instead, but unfortunately it is still only available to obtain through late pledges on Kickstarter.
nagisa commented on At Amazon, some coders say their jobs have begun to resemble warehouse work   nytimes.com/2025/05/25/bu... · Posted by u/milkshakes
overgard · 3 months ago
This might be a harsh thing to say, but I don't think the talent at Amazon is top notch because (from everything I've heard anyway) Amazon is such a nightmarishly dystopian place to work that, well, if you have a choice you probably avoid working there? I say that with the recognition that there are always diamonds in the rough, but I'm not sure this really comments on AI usage at a place that treats their employees well.

(That said I'm all for more dystopian stories so we can get past this AI-replacing-coders fad)

nagisa · 3 months ago
Amazon pays really well. Amazon also has a number of interesting projects (e.g. a number of contributors to the rust compiler are employed by Amazon to work on rustc.) It also looks nice enough on a resume to give people a nice stepping stone towards even better opportunities.
nagisa commented on EU to ban anonymous crypto accounts and privacy coins by 2027   cointelegraph.com/news/eu... · Posted by u/alexey-salmin
dist-epoch · 4 months ago
Like the cookie-law. An amazing success, I'm reminded daily about it.
nagisa · 4 months ago
I mildly recall them looking to do something about the sort of malicious compliance that cookie banners are, but I haven't been following that work too closely.
nagisa commented on Espressif's ESP32-C5 Is Now in Mass Production   espressif.com/en/news/ESP... · Posted by u/radeeyate
stavros · 4 months ago
I bought a few of those, but at $8 they're a bit pricier than the $3 Espressif spoiled me with.
nagisa · 4 months ago
supermini boards with esp32c6 on it can be had for approximately 4 euro each.
nagisa commented on Baltic countries disconnect from the Russian power grid   baltic-grid.sympower.net/... · Posted by u/RvdV
albiinics · 7 months ago
On the other thread someone wrote that the Baltic countries pay over 20 cents per kW, while Russian electricity is just 5 cents.
nagisa · 7 months ago
What is the point you're trying to make with this? Majority of the cost of electricity in the Baltics come from taxes and distribution fees – these well exceed 5 cents by themselves – just like elsewhere in the EU. None of the Baltic countries actually trade electricity with Belarus or Russia for quite some time either, so if there is an effect on prices due to synchronizing with the EU infrastructure, it is going to be minimal. In fact the spot market price already follows the capacity in Sweden & Finland quite closely.

As another data point, the electricity price was already ~16 cents/kWh 10 years ago and ~12c/kWh in 2009. High despite trading with Russia being a thing back then.

u/nagisa

KarmaCake day411February 25, 2012
About
hackernews at kazlauskas.me
View Original