HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Cybergenik

no profile record

Submissions

The Creator

lremes.com
1 points·by Cybergenik·vor 2 Jahren·0 comments

Game Theory Egoist

lremes.com
2 points·by Cybergenik·vor 3 Jahren·0 comments

Don't Be Outcome Oriented

lremes.com
1 points·by Cybergenik·vor 3 Jahren·0 comments

Blog: What Is a Fuzzer?

lremes.com
1 points·by Cybergenik·vor 3 Jahren·0 comments

John Regehr: Alive2 LLVM optims verification

github.com
1 points·by Cybergenik·vor 3 Jahren·0 comments

My Experience Interning at Amazon

lremes.com
2 points·by Cybergenik·vor 3 Jahren·1 comments

Consciousness and Materialism

lukesmith.xyz
2 points·by Cybergenik·vor 3 Jahren·1 comments

Feynman's Error

danmunro.ca
3 points·by Cybergenik·vor 3 Jahren·1 comments

[untitled]

1 points·by Cybergenik·vor 4 Jahren·0 comments

Golang Is Almost Perfect

lremes.com
3 points·by Cybergenik·vor 4 Jahren·0 comments

[untitled]

1 points·by Cybergenik·vor 4 Jahren·0 comments

Show HN: Hopper a Distributed Fuzzer

github.com
4 points·by Cybergenik·vor 4 Jahren·0 comments

Full ASCII Visualizer AoC day 14

github.com
1 points·by Cybergenik·vor 4 Jahren·0 comments

comments

Cybergenik
·vor 10 Monaten·discuss
Well this went about as well as I expected: https://anycrap.shop/product/minions-themed-hydrophobic-fore...
Cybergenik
·vor 2 Jahren·discuss
>Apparently gcc generates some DWARF data that gdb is slow to handle. The GNU linker fixes this data, so that gdb doesn’t end up handling it slowly. LLD refuses to emulate this behavior of the GNU linker, because it’s gcc’s fault to have produced that DWARF data in the first place. And gdb refuses to handle LLD’s output efficiently, because it’s LLD’s fault to not have handled gcc’s output the way the GNU linker does. So I just remove -ggdb3 - it gives you a bit richer debug info, but it’s not worth the slower linking with gold instead of LLD, nor the slowdown in gdb that you get with LLD. And everyone links happily ever after.

lol, it's a story as old as time. The infinite loop of ego entrenched developers not wanting to change something out of some trivial inconsequential disagreement. The bike shed will be built my way!
Cybergenik
·vor 2 Jahren·discuss
related: Destin from SmarterEveryDay called out some other issues related to the Artemis mission: https://www.youtube.com/watch?v=OoJsPvmFixU

Curious if this is related to the issues that they're now experiencing.
Cybergenik
·vor 2 Jahren·discuss
Tutankhamun + Pirate = Captain Jack Sparrow

Tutankhamun + Captain Jack Sparrow = Pirate King

Pirate King + Mountain = One Piece

One Piece + Pirate King = Luffy

*perfect
Cybergenik
·vor 3 Jahren·discuss
The website is slow to do an initial load and when scrolling it takes longer than a second to load the next section. The website seems mostly static, (except for the PerfAI terminal) it shouldn't be this slow.

It looks like you're using Webflow, not sure if it's possible to make it faster.

Lighthouse on my MacBook Pro 13-inch 2020 i7:

https://imgur.com/a/dSPmea2
Cybergenik
·vor 3 Jahren·discuss
Wrote a blog explicitly asking for some of these changes last year: https://www.lremes.com/posts/golang/

Nice to see their going in a good direction.
Cybergenik
·vor 3 Jahren·discuss
This seems relevant with the recent layoffs.
Cybergenik
·vor 3 Jahren·discuss
Are we committing a Feynman error today, with the way we're developing large language models or other forms Artificial Intelligence?
Cybergenik
·vor 4 Jahren·discuss
Is Go perfect?