Thanks, beat it following your plan. Very cute that at times the game punishes the player for being too productive with tractors.
So far have not made it to phase 3. Despite improving production (more tools! more assistants!) and bonus tractors (work harder! heroic labor brigade!) it's not enough to make up for phase 2's punishing 1000 tractors in…
Great seeing where Speech with Sam and, more generally, you ended up.
In Stratton Oakmont v. Prodigy, Prodigy ran a message board and would have escaped liability for defamation by a third-party save one problem: they exercised editorial control by moderating content. Hacker News faces…
Appreciate you sharing that. Agree with the overall concern with children using tech and I'd start with banning smartphones in school classrooms. Two observations: Why stop with image boards? After eliminating all photo…
There's some logic to wanting to assign responsibility for other's actions upon those who enable it. Like you say, to incentivize intermediates to police their users and those they do business with. But the problem with…
If you want to pull another cable: - secure a string to the old cable - pull the cable out the other end, pulling the string through - secure the string to the new cable - pull the string out the other end, pulling the…
The picture in the article shows what looks like keypoint matching (ie, SIFT, SURF, FAST) between the query picture and the database. This can give an exact location if a picture of the location exists in their…
A while back I looked at matching pursuit. At first it seemed very complicated, but after staring at it a bit realized it's simple. - Start with a list of basis functions and your signal. - Go through the list and find…
Buildings as walls and using spawn points to jump through terrain are fun mechanics in WC2.
Addressing comments on hearing aid technology: Often people who lose their hearing want to be able to hear in social situations such as restaurants and family gatherings. In this context, the signal and noise have…
Hearing in noise is both what most people want from hearing aids and what they are least equipped to provide. The traditional solution is an FM system where you give the person speaking a microphone linked to your…
I read it as: Dan is a moderator on a forum and his goal is to maintain a level of civil discourse rather than an aggressive style of communication. It's a very specific definition of "violence" for a specific context…
If talking about UI, the flip side is not to harm the user's data. So despite containing errors it needs to representable, even if it can't be passed further along to back-end systems. For parsing specifically, there's…
Two that come to mind: 1) Embedded systems typically do not allow data to grow without bound. If they were going to keep debugging data, they'd have to limit it to the last N instances or so. In this case N=0. It seems…
Yes, 100%. State transitions are "goto" by another name. State machines have their place but tend to be write-only (hard to read and modify) so are ideally small and few. Worked at a place that drank Miro Samek's…
My favorite trick in C is a light-weight Protothreads implemented in-place without dependencies. Looks something like this for a hypothetical blinky coroutine: typedef struct blinky_state { size_t pc; uint64_t timer;…
Humans are also created/derived from other works, trained, and used as a tool by humans. It's interesting how polarizing the comparison of human and machine learning can be.
I would assume EasyTier devs use it to connect their devices within China so the great firewall isn't involved. Attempts to cross the firewall with EasyTier are detectable without things like Tor's pluggable censorship…
Agreed: caution is advisable. At the same time shaping perception is key. Authorities may push a narrative that affords them greater control. If that's not the world you want, the first step is not to legitimize it.
The effective number of bits (ENOB) is only ~8.7. Originally designed to have an ENOB of 9+ bits, but silicon bugs lowered it. There is also some noise from the Pi Pico power supply which could be a good thing if you're…
Done for effect: it felt to the OP as if it was the present so the writing conveys that, while elsewhere making it clear the arrest was not the present.
On Youtube I really like the auto-generated captions and often prefer them to the creator's because: - Sometimes the creator bases their captions on the script and misses changes in edit - Sometimes the creator's…
If bufferbloat is increased latency caused by excessive use of increasingly available RAM, then turbobloat is increased latency caused by excessive use of increasingly available CPU. Certain vintage hardware had a…
They can definitely be distinct languages as is the case with protactile. For the deaf-blind people I've met, ASL is their first language and protactile is more of a second. Maybe it's different in other areas of the…
Thanks, beat it following your plan. Very cute that at times the game punishes the player for being too productive with tractors.
So far have not made it to phase 3. Despite improving production (more tools! more assistants!) and bonus tractors (work harder! heroic labor brigade!) it's not enough to make up for phase 2's punishing 1000 tractors in…
Great seeing where Speech with Sam and, more generally, you ended up.
In Stratton Oakmont v. Prodigy, Prodigy ran a message board and would have escaped liability for defamation by a third-party save one problem: they exercised editorial control by moderating content. Hacker News faces…
Appreciate you sharing that. Agree with the overall concern with children using tech and I'd start with banning smartphones in school classrooms. Two observations: Why stop with image boards? After eliminating all photo…
There's some logic to wanting to assign responsibility for other's actions upon those who enable it. Like you say, to incentivize intermediates to police their users and those they do business with. But the problem with…
If you want to pull another cable: - secure a string to the old cable - pull the cable out the other end, pulling the string through - secure the string to the new cable - pull the string out the other end, pulling the…
The picture in the article shows what looks like keypoint matching (ie, SIFT, SURF, FAST) between the query picture and the database. This can give an exact location if a picture of the location exists in their…
A while back I looked at matching pursuit. At first it seemed very complicated, but after staring at it a bit realized it's simple. - Start with a list of basis functions and your signal. - Go through the list and find…
Buildings as walls and using spawn points to jump through terrain are fun mechanics in WC2.
Addressing comments on hearing aid technology: Often people who lose their hearing want to be able to hear in social situations such as restaurants and family gatherings. In this context, the signal and noise have…
Hearing in noise is both what most people want from hearing aids and what they are least equipped to provide. The traditional solution is an FM system where you give the person speaking a microphone linked to your…
I read it as: Dan is a moderator on a forum and his goal is to maintain a level of civil discourse rather than an aggressive style of communication. It's a very specific definition of "violence" for a specific context…
If talking about UI, the flip side is not to harm the user's data. So despite containing errors it needs to representable, even if it can't be passed further along to back-end systems. For parsing specifically, there's…
Two that come to mind: 1) Embedded systems typically do not allow data to grow without bound. If they were going to keep debugging data, they'd have to limit it to the last N instances or so. In this case N=0. It seems…
Yes, 100%. State transitions are "goto" by another name. State machines have their place but tend to be write-only (hard to read and modify) so are ideally small and few. Worked at a place that drank Miro Samek's…
My favorite trick in C is a light-weight Protothreads implemented in-place without dependencies. Looks something like this for a hypothetical blinky coroutine: typedef struct blinky_state { size_t pc; uint64_t timer;…
Humans are also created/derived from other works, trained, and used as a tool by humans. It's interesting how polarizing the comparison of human and machine learning can be.
I would assume EasyTier devs use it to connect their devices within China so the great firewall isn't involved. Attempts to cross the firewall with EasyTier are detectable without things like Tor's pluggable censorship…
Agreed: caution is advisable. At the same time shaping perception is key. Authorities may push a narrative that affords them greater control. If that's not the world you want, the first step is not to legitimize it.
The effective number of bits (ENOB) is only ~8.7. Originally designed to have an ENOB of 9+ bits, but silicon bugs lowered it. There is also some noise from the Pi Pico power supply which could be a good thing if you're…
Done for effect: it felt to the OP as if it was the present so the writing conveys that, while elsewhere making it clear the arrest was not the present.
On Youtube I really like the auto-generated captions and often prefer them to the creator's because: - Sometimes the creator bases their captions on the script and misses changes in edit - Sometimes the creator's…
If bufferbloat is increased latency caused by excessive use of increasingly available RAM, then turbobloat is increased latency caused by excessive use of increasingly available CPU. Certain vintage hardware had a…
They can definitely be distinct languages as is the case with protactile. For the deaf-blind people I've met, ASL is their first language and protactile is more of a second. Maybe it's different in other areas of the…