HackerLangs
TopNewTrendsCommentsPastAskShowJobs

pests

no profile record

Submissions

Ask HN: Where do I submit a bug report for Windows Snipping Tool?

3 points·by pests·3 miesiące temu·0 comments

[untitled]

1 points·by pests·8 miesięcy temu·0 comments

[untitled]

1 points·by pests·8 miesięcy temu·0 comments

[untitled]

1 points·by pests·8 miesięcy temu·0 comments

[untitled]

1 points·by pests·8 miesięcy temu·0 comments

comments

pests
·8 dni temu·discuss
Back then I had done the math on how long it takes to turn around a commercial chicken coop after a complete full. The timeline from egg to fully producing hen was quicker than I thought, and it seemed they should have been able to keep up the replacement rates.
pests
·21 dni temu·discuss
Thought this said Factions at first but still all the interesting.
pests
·2 miesiące temu·discuss
I wish the chats ended up in the gemini app. I never know which model or how much personalization its using in AI mode after a search.
pests
·2 miesiące temu·discuss
I mean yes and no. If I knew your address, I could 100% ring your doorbell from the Internet.

CTRL+T, doordash.com, McDonalds, "ring doorbell please", pay, done.

I know this isn't what you mean, but, humans are buttons (or button pressers?)
pests
·2 miesiące temu·discuss
It did take using the sun as an amplification source.
pests
·2 miesiące temu·discuss
The same way they do now?
pests
·2 miesiące temu·discuss
Thanks, it does. I've been playing since about 2000, came from Cosmic Rift / Infantry when they went non-free.

We're lucky we got Priit to release the encryption/security module so Continuum clients could connect to ASSS servers without the security warning. I doubt it'll ever be updated, someone will have to take up the mantle.
pests
·2 miesiące temu·discuss
I play SubSpace (a MMO spaceship game released in the 90s) to this day. It was shut down soon after release.

The original server binaries were left on the original CDROM by a programmer.

Then PriitK, a creator of Kazaa and then Skype and Joost!, went on to re-create the client due to cheating/hacking, naming it Continuum.

Years later the server is reimplemented as A Small Subspace Server (ASSS), making it a complete fan remake of the original game (sans graphics). This is also when we finally got server side mods, everything before that was client only or a hack.

We even got on Stream Greenlight.

https://store.steampowered.com/app/352700/Subspace_Continuum...
pests
·2 miesiące temu·discuss
I live minutes from Ford's new HQ in Dearborn and I see multiple lidar equipped vehicles daily. Or at least vehicles loaded up the wazoo.
pests
·2 miesiące temu·discuss
Ive had that issue with touchscreens before and was able to disable the driver for it. Linux so not sure if possible or how on a chromebook but an option.
pests
·2 miesiące temu·discuss
Honestly. I do more with my hands and spend more time outside post-degree, post-reality, than I ever did when in school.
pests
·2 miesiące temu·discuss
Numbers 145 were common on N@N.
pests
·2 miesiące temu·discuss
By your logic, heart disease and cancer are the real concern. Why you so worried about cars? Your comment is irrelevant otherwise.
pests
·2 miesiące temu·discuss
A small city near me in the suburbs of Detroit just had to have a town meeting / facebook post / etc about teens driving electric scooters and bikes driving recklessly, causing accidents, injuring themselves and others, etc.
pests
·2 miesiące temu·discuss
A vending machine is not a human tho.
pests
·2 miesiące temu·discuss
Agree 100%.

I watched Million Dollar Baby for the first time a year or two ago. I thought it was just a boxing movie, something like rocky or something.

I don't think reading the synopsis would have affected me like that movie did. I thought about it for days afterwards.
pests
·2 miesiące temu·discuss
I disagree with your movie watching routine. A movie is more than just its plot.
pests
·3 miesiące temu·discuss
also bad for your product name to start with a competitors brand
pests
·3 miesiące temu·discuss
The system prompt will always match in the prefix cache. I just meant it could be prefilled before any user queries on completely different hardware. Then you are only dealing with the n^2 only for the actual user prompt. We're in agreeance I think.
pests
·3 miesiące temu·discuss
The state of the system can be cached after the system prompt is calculated and all new chats start from that state. O(n^2) is not great but apparently its fine at these context lengths and I'm sure this is a factor in their minimum prompt cost. Advances like grouped query or multi head attention or sparse attention will eventually get rid of that exponential, hopefully.