HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wrigby

no profile record

Submissions

Intel Announces Inference-Optimized Xe3P Graphics Card with 160GB VRAM

phoronix.com
209 points·by wrigby·9 माह पहले·129 comments

comments

wrigby
·3 माह पहले·discuss
This is true, I just didn't want to admit it as someone who joined after 2015 but before 2021...
wrigby
·3 माह पहले·discuss
I would argue that Meta had already overhired by the beginning of 2021, and the hiring spree was continuing.
wrigby
·3 माह पहले·discuss
Probably Microcenter in Brooklyn is your best bet, but still limited selection. It really feels like there should be a hole-in-the-wall gaming PC shop in LES - maybe we should just open one?
wrigby
·6 माह पहले·discuss
Maybe not if one of those items is always in your backpack. A few other use cases that I think they're great for:

- Throw one in your checked bag when traveling

- Mount one in a relatively concealed location on your bike

- Keychain (depending on if you're prone to misplacing your keys)
wrigby
·6 माह पहले·discuss
Or just, I don’t know… package your software?
wrigby
·6 माह पहले·discuss
The fact that the Adafruit team continued that thread unabashedly after Paul Stoffregen's first reply is an awful look in my opinion. Doesn't seem like anyone here is behaving like adults.

Edit: I should clarify - Paul seems very much like a mature adult in all of this.
wrigby
·6 माह पहले·discuss
This comment shines a spotlight on my issues with the US auto market. None of these vehicles are sold in the US, for a variety of reasons - both economic and regulatory. I hate knowing that the vehicles I want to buy both exist and are affordable, but I just can’t have them. Meanwhile, the cars sold in my market are all egregiously enormous, have giant screens inside, etc.

This is the very definition of a “first world problem,” but it sure is frustrating.
wrigby
·6 माह पहले·discuss
My 2004 RX-8 had decently solid ESC, but it was a “high-end” vehicle at the time. It’s definitely something we want to keep in our idealized vehicle (but let’s also keep the “disable ESC so I can have fun” button)
wrigby
·6 माह पहले·discuss
This is my exact same sentiment. I’m cautiously excited about the upcoming Slate Pickup[1] - I can see it being my go-to if I leave NYC, but it still won’t hit like the XJ Cherokee I drove before I gave up cars for the city.

1: https://www.slate.auto/
wrigby
·8 माह पहले·discuss
What about if you’re hit at 10mph? Of course any crash at 55 is fatal for a cyclist, but most impacts with cyclists don’t occur at highway speeds.
wrigby
·8 माह पहले·discuss
That’s true, but Zen1 TDP is a lot higher than an RPi. Hitting that level of performance in a power and heat envelope that works for a Pi probably demands a smaller process node, unfortunately.
wrigby
·8 माह पहले·discuss
But you exit going faster, which means you make up time on the straight after the corner.
wrigby
·9 माह पहले·discuss
> Also the claimed "Rush to buy electric vehicles" put revenue only 2% above expectations?

The rush to buy electric vehicles was baked into the expectations, so beating by 2% is still noteworthy.
wrigby
·9 माह पहले·discuss
Many states allow a state tax deduction for 529 contributions, which could net you up to an 8ish% discount if you’re in a high tax locality (e.g. NYC).
wrigby
·9 माह पहले·discuss
Yeah, I just did a project at work with an RP2040 and was really impressed with the Pico SDK. It hits a sweet spot in between ST’s insanity and Arduino’s easy-but-not-powerful tradeoff.

No crazy code generation, going from 0 to blinky is quick, but also going from blinky to DMA’s and interrupts is also a breeze.

I will say that I think the hardware peripherals in STM32’s are miles ahead, and PIO’s don’t necessarily make up the difference.
wrigby
·9 माह पहले·discuss
There are two completely distinct differences that jump out to me initially that I think may help justify your feelings:

1: Reading a long book demands focus on a longer timespan than scrolling TikTok, and with focusing on a single thing for a long time, we get a sense of accomplishment. I don’t know how to justify this as valuable, but for some reason I feel that it is.

2: The Song of Ice and Fire (and GoT) were consumed by a huge proportion of people, and you now have this in common with them. This act of consuming entertainment also grants you a way to connect with other humans - you have so much to talk about. Contrast that with an algorithmic feed, which is unique just for you - no one else sees your exact feed. Of course, there are tons of people that see some of the same snippets of content, if their interests overlap with yours, but it’s not nearly as universal as having read the same series of books (and there’s much less to talk about when you’ve seen the same 17-second short form video than when you’ve both invested dozens of hours in reading the same series of books).

I don’t think these thoughts fully justify your belief, but hopefully they provide some support to it.
wrigby
·10 माह पहले·discuss
Thread is a mesh networking protocol mostly targeted at IoT and smart-home connectivity - it's basically a Zigbee competitor.
wrigby
·8 वर्ष पहले·discuss
I only have a cursory knowledge of DSP, but it sounds like this was implemented by using the 5 second clip to build a matched filter kernel. This would require convolving the samples of the 5 second clip with the entire song to find out where it matches, which should work super well, but I think it would be really tough to scale this up to millions of songs. Is this how it was implemented?