HackerTrans
TopNewTrendsCommentsPastAskShowJobs

boardwaalk

no profile record

comments

boardwaalk
·19 วันที่ผ่านมา·discuss
Anecdotal, but putting in $10 and using it through codex, I blew through it in maybe 30 min to an hour of a light test drive and didn't get my little task done, which certainly didn't seem like any sort of token burning operation. I honestly wouldn't mind trying it more, but it didn't impress me enough to put more into it.

I also put $10 into DeepSeek when v4 came out and (checks) still have $6.30 in there and have gotten so much more use out of it.
boardwaalk
·3 เดือนที่ผ่านมา·discuss
I'm just hearing about this attack on Checkmarx.

We recently adopted it at work, and I find the thing to just produce garbage. I've never tuned out noise so quickly.

you have to appreciate the irony of a thing that's supposed to help protect you from vulnerabilities being one.
boardwaalk
·4 เดือนที่ผ่านมา·discuss
Those dependencies pretty quickly reveal themselves to be complicated and heavy. I wouldn’t blame Rust for that. I rarely need more than what workspaces and VCS based deps give me, but when I have, putting up and using a non-official registryis pretty easy.
boardwaalk
·9 เดือนที่ผ่านมา·discuss
How strange to come across someone whose medical stuff so mirrors my own. I was just a decade older and don’t have epilepsy symptoms with meds. I can get behind all the advice here. Running out of “juice” and needing a break is very much thing. Before too but more so now. And taking a lot of semi stream of consciousness notes to help my more limited memory is too.
boardwaalk
·9 เดือนที่ผ่านมา·discuss
I had one neighbor with the announcement thing but they eventually turned it off. No illusions that it’s not still recording. But how horribly hostile to have that on, right? No accounting for taste, I guess. I’ll continue staying off nextdoor and the rest and keeping my camera feeds to myself…
boardwaalk
·4 ปีที่แล้ว·discuss
It’s a little (a lot) frustrating that people are so sloppy with their thoughts (and by relation speech) on this subject.

It wouldn’t take that long for people to read up on what section 230 actually is before saying “publisher” like that means anything (is related to anything the law talks about).

Laws of course need interpretation, but if people think, “Oh, they’re a ‘publisher’” (whatever that means; they probably couldn’t tell you) “they must be subject to different rules,” they’re frankly just kind of dumb.
boardwaalk
·4 ปีที่แล้ว·discuss
If you're looking for something actually quite similar to those old games, try Prodeus. It's on PC Game Pass. And it's a blast.

The new Doom games are their own thing. And if I was going to recommend either Doom (2016) or Doom Eternal, it'd be the former. Doom Eternal's game design is a bit bloated.
boardwaalk
·5 ปีที่แล้ว·discuss
Should be debunked if it’s not true (that a colony could be self-sustaining), but you haven’t debunked it here.
boardwaalk
·7 ปีที่แล้ว·discuss
At least for shrooms, you can (legally) source the spores and grow your own (illegally). No worries about street drug impurities unless you don't trust your own tap water and fertilizer.
boardwaalk
·10 ปีที่แล้ว·discuss
Interesting article.

I haven't internalized all the parameters of the Go GC, but I wonder if there's a way to tune it on the fly. For example, if I want to run at 60 FPS (16ms/frame), and I've measured that actually doing all the CPU side work took 10ms, can I let the GC have ~5ms of GC time (rather than the <1ms advertised) at the end of my frame to increase throughput (read: less cycles burned overtime & better power efficiency)?

If not in Go, can I do this elsewhere like on the JVM?

Hopefully this isn't too off topic (since the article is about trade-offs of throughput vs latency).