Hacker Newsnew | past | comments | ask | show | jobs | submit | tylerflick's commentslogin

Definitely worth visiting if you’re there, along with the remains of the medieval fortress under the Louvre.

I second that recommendation. It's my favorite part of the Louvre. It's a very castle-looking castle; it feels like it's straight out of a movie.

To my mind, all of the best stuff in the Louvre is in the basement: the Codex Hammurabi, Babylonian artifacts, etc. Yeah, it's all just as stolen as the artifacts in the British Museum that get more attention, but it's more significant than their art collection that are "the greatest" because they said so.

(Not that they aren't also great works. But there are many great works, and the distinction of these has more to do with French nationalism than any serious consideration of artistic merit.)


I used to work in this industry and can confirm. California was by far the biggest cohort of consumers we had.


I've found cartoons look fine if the format matches your display.


> gone are the days of PCIe

Thunderbolt is external PCIe.


No, oculink is external PCIe.

Thunderbolt can kinda-sorta mimic PCIe, but it needs to chop up the PCIe signal into smaller packets, transmit them and then put them back together and this introduces a big jump in latency, even when bandwidth can be rather high.

For many applications this isn't a big deal, but for others it causes major problems (gaming being the big one, but really anything that's latency sensitive is going to suffer a lot).


Not to mention you can 3D print Duplo compatible bricks.


Also High Occupancy Lanes will sometimes have their own exits on the left side.


This is the way. You can even do it with mDNS.


Iraq was ruled by a sociopath that used chemical weapons against his own citizens. I didn’t agree with the invasion, but there is no doubt Iraq is better off today than it would have been without U.S. involvement.


That's an absurd statement. No doubt? Saddam would be pushing 90 now, odds are he would be dead anyway and who knows how that chain of events would have gone.


They also ruin the experience of trying to take your child to one of these parks.


I can think of a million things I'd rather do with my kids. I don't understand why people continue to go to these parks. The experience is bad with or without the Disney adults.


Not sure I see it like that. Micropython removes most of the rough edges of doing embedded C. If you prefer no code then I suggest ESPHome for your ESP IoT projects.


The other day I built a quick PoC to control 1024 rgb leds using RMT (esp32) and a custom protocol I was developing. Im pretty sure micropython would suck for that.

The other day I also developed a RGB-RGBW converter using a rp2040; claude did most of the assembly, so instead of taking a couple of days, it took a couple of hours.

I don't prefer no code; my point is software is a barrier on embedded systems, and if I - someone who can actually program in c/c++, python and assembly, see huge benefits in using LLMs, for someone at an entry level it is a life changer.


RMT has a module in micropython.

if youre using a pico, you can use PIO to have a bit more power. (I use it to control stepper motors with a smooth accel/decel ramp. Its doable with RMT, but not as easy.


Sure, and if it didn't is not complicated to add a new module. Thing is, the module does not support DMA. So, for the specific use case I gave, its not a good fit.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: