HackerLangs
TopNewTrendsCommentsPastAskShowJobs

jerlendds

150 karmajoined 3 lata temu
https://darkminds.xyz

Can contact me via [email protected]

Submissions

Paseo: Orchestrate coding agents from your desk and your phone

paseo.sh
2 points·by jerlendds·3 dni temu·0 comments

Un0rick: Open-source pulse echo ultrasound

opensourceimaging.org
3 points·by jerlendds·15 dni temu·0 comments

EvoGraph: Hybrid Directed Graph Evolution Toward Software 3.0

arxiv.org
7 points·by jerlendds·w zeszłym miesiącu·0 comments

RuView: See Through Walls with WiFi

github.com
4 points·by jerlendds·w zeszłym miesiącu·0 comments

World Machines

worldmachines.org
4 points·by jerlendds·2 miesiące temu·0 comments

Hyphanet: High Impact Tasks

github.com
5 points·by jerlendds·2 miesiące temu·0 comments

Inverse Occam's Razor

arxiv.org
1 points·by jerlendds·4 miesiące temu·0 comments

AIsx: AI Session Xplorer. Search and View AI Session Histories in VSCodium

github.com
2 points·by jerlendds·4 miesiące temu·0 comments

AI SAd-ware

studium.dev
1 points·by jerlendds·4 miesiące temu·0 comments

Knightian Uncertainty

en.wikipedia.org
2 points·by jerlendds·4 miesiące temu·0 comments

The Interface Theory of Perception [pdf]

sites.socsci.uci.edu
2 points·by jerlendds·4 miesiące temu·0 comments

NNDB: Tracking the entire world

nndb.com
2 points·by jerlendds·5 miesięcy temu·0 comments

Passivism: To Save the World, Start with Yourself

fare.tunes.org
3 points·by jerlendds·5 miesięcy temu·0 comments

Ask HN: Do sociotechnical pressures select for beneficial or harmful AI systems?

7 points·by jerlendds·5 miesięcy temu·3 comments

Connes Embedding Problem

en.wikipedia.org
19 points·by jerlendds·5 miesięcy temu·2 comments

Bullshit ability as an honest signal of intelligence (2021)

pmc.ncbi.nlm.nih.gov
3 points·by jerlendds·6 miesięcy temu·0 comments

Democratizing Innovation

fennetic.net
2 points·by jerlendds·6 miesięcy temu·0 comments

Threshold

studium.dev
2 points·by jerlendds·7 miesięcy temu·0 comments

Attention Economy

studium.dev
3 points·by jerlendds·7 miesięcy temu·0 comments

The Manifestation of Name Stereotypes in Facial Appearance [pdf]

apa.org
1 points·by jerlendds·7 miesięcy temu·0 comments

comments

jerlendds
·15 godzin temu·discuss
The sci-fi hand wringing is embarrassing. A huge chunk of the population is afflicted with mental health issues and the best psychitrists can seem to do is "Oh bro, wanna try some ketamine? Anti-psychotics?? Maybe some SSRIs, how about psychdelics?!" - this is a joke. Im all for more neuroscience research in every form because our contemporary understanding is embarassingly poor. This is a research tool for understanding what visual brain regions encode, not a mind-control device. Better models of brain function may eventually improve diagnosis and treatment of mental illness. Calling every neuroscience advance "Black Mirror" is not ethical insight. It saddens me the reaction so many commentors have here, it is just lazy technological illiteracy imo.
jerlendds
·wczoraj·discuss
I personally just use pipes and tesseract, no need for another tool imo:

flameshot gui --raw | tesseract stdin stdout -l eng | xclip -in -selection clipboard
jerlendds
·20 dni temu·discuss
https://archive.ph/Pfl79
jerlendds
·28 dni temu·discuss
Yeah idk, this is weird as hell
jerlendds
·30 dni temu·discuss
Huh, I should sue google haha. I have a screenshot of their AI overviews spewing bullshit about my main username from the query "Find jerlendds". Ive tried it again and it appears to be slightly more accurate however my old screenshot says some nonsense about how I help track down international criminal rings via my osintbuddy project. Totally not true and it feels like it painted a target on my back. Too bad I dont have the funds to take them to court in Canada
jerlendds
·4 miesiące temu·discuss
Im doing the exact same thing but Im building my Obsidian clone with Rust and gpui and primarily with Codex. So far I estimate Ive been solely vibe coding it for ~15 hours now with only one small change made by hand. Id be interested in comparing notes/our different approaches to this. Feel free to shoot me an email at jerlendds at osintbuddy dot com if you want to chat.

I have a small demo video of yesterdays work here: https://github.com/jerlendds/mdi

Theres since been many additions, Ill update the video tonight
jerlendds
·7 miesięcy temu·discuss
Beautiful work and it's always nice to see new projects in these spaces! I'm the creator of OSINTBuddy which is a somewhat similar project if you squint haha. We've just recently finished porting our web app to an electron binary (unreleased) for people who perform sensitive investigations (aka we have encryption at rest via Turso database) and collaboration features will be done via WebRTC + a signalling server.

I'm loving the approach you took to the UI! I had some similar ideas in mind and plan to build narrative reconstruction and timeline view tools too so it's really nice to see how others have done so! I'll definitely be following your work and I shared your project in the OSINTBuddy discord to hopefully get some more eyes on it :)

Great work, I hope you keep at it :)
jerlendds
·7 miesięcy temu·discuss
Lol I feel the similar, I signed an earlier version when the Manifesto was far different but since they've changed it from that I now want my name removed >:(

One of the creators is Alex (former Google Chrome Project Lead ~ https://komoroske.com/) and we spoke on a Google meet call recently. He's currently trying to hype up confidential computing which is a cool technical challenge but I have my doubts in regards to confidential compute being super feasible/realistic. I suspect crackers/hackers will always find a way in
jerlendds
·7 miesięcy temu·discuss
Some books Ive been reading/plan to read: https://studium.dev/books
jerlendds
·8 miesięcy temu·discuss
I noticed some spam this morni g too, I didnt see any hate but the accounts were opening issues on repos with the issue content pointing to weird URLs. This happens on occasion, best to just report, ignore, and move on with life.
jerlendds
·8 miesięcy temu·discuss
Paywalled, here's a better link: https://fortune.com/2025/11/08/peter-thiel-millennails-socia...

To find more: https://duckduckgo.com/?t=fpas&q=Peter+Thiel%3A+Capitalism+I...
jerlendds
·9 miesięcy temu·discuss
Lately Ive been thinking about building a desktop app with Rust and Ive started exploring the gpui library from Zed to see what its capable of. I haven't entirely decided on what the app will be but I do know I need network graphs to satiate my graph obsession so I started the `gpug` project a few days ago. It's a network graph visualization library built on top of gpui: https://github.com/jerlendds/gpug
jerlendds
·9 miesięcy temu·discuss
Built this last night and fixed a bug today. It's a proof-of-concept of how to render network graphs with Zed's (https://zed.dev/blog/gpui-2-on-preview) gpui library. I plan to turn this into a more general purpose component library somewhat following the style/API of Reactflow (https://reactflow.dev) and Sigma.js (https://www.sigmajs.org/)
jerlendds
·9 miesięcy temu·discuss
OSINTBuddy - https://github.com/osintbuddy/osintbuddy

Currently thinking about how to wire in entity attachments into the plugin system for a wayback machine plugin
jerlendds
·10 miesięcy temu·discuss
I have lots of bad and good ideas here: https://studium.dev/ideas

Some of them are simply things I want to try building for the sake of it and they already exist, some of them dont exist and are decent ideas, some are just awful