HN user

ambigious7777

813 karma

[ my public key: https://keybase.io/stagenterprises; my proof: https://keybase.io/stagenterprises/sigs/qGb-wzKogUctdXY_MtjPEEbym4-IWkFoWOxLFKCfDc0 ]

Posts67
Comments70
View on HN
www.aisi.gov.uk 5h ago

Frontier AI models will attempt to cheat

ambigious7777
7pts0
codeberg.org 14h ago

Codeberg bans vibe coded projects

ambigious7777
141pts206
blog.yoshuawuyts.com 6d ago

Capture Clauses as Effects

ambigious7777
1pts0
sdomi.pl 1mo ago

Cybersecurity challenge: be nice to each other [IMPOSSIBLE]

ambigious7777
2pts0
e360.yale.edu 2mo ago

Scientists warn Atlantic current at risk of shutting down

ambigious7777
171pts232
www.theverge.com 2mo ago

Google, Microsoft, and xAI will allow the government to review their new models

ambigious7777
5pts1
daniel.haxx.se 3mo ago

One Hundred Weirdo Emails

ambigious7777
2pts0
idiallo.com 9mo ago

Free Graphic Cards for Everyone

ambigious7777
4pts2
flak.tedunangst.com 10mo ago

A boy who cried wolf

ambigious7777
2pts0
geohot.github.io 10mo ago

You will blame the wrong people

ambigious7777
5pts1
github.com 11mo ago

Rust Compile-time lifetimes for comments

ambigious7777
2pts0
rakhim.exotext.com 11mo ago

AI is impressive because we've failed at personal computing

ambigious7777
206pts183
github.com 11mo ago

Stardust – on-demand VNC Docker containers, kasmvnc alternative

ambigious7777
3pts0
dystroy.org 1y ago

Broot: Highly interactive terminal file browser

ambigious7777
3pts0
crookedtimber.org 1y ago

Platform Work. Redux

ambigious7777
1pts0
quarter--mile.com 1y ago

To the Guy I Didn't Invite to My Wedding

ambigious7777
23pts5
github.com 1y ago

Mono-JSX: JSX runtime for server side

ambigious7777
2pts0
dbushell.com 1y ago

CSS Carousel Pseudo-Elements

ambigious7777
1pts0
meyerweb.com 1y ago

Masonry, Item Flow, and Gulp?

ambigious7777
2pts0
protesilaos.com 1y ago

Not One Selfie

ambigious7777
2pts0
rakhim.exotext.com 1y ago

Thank you Google for breaking my YouTube addiction

ambigious7777
116pts96
dbushell.com 1y ago

Slopaganda

ambigious7777
9pts0
birchtree.me 1y ago

What's that power you've amassed for if you're not going to use it?

ambigious7777
1pts0
www.theverge.com 1y ago

Nvidia to release RTX 5060 at $299 on May 19th

ambigious7777
4pts0
www.bleepingcomputer.com 1y ago

Microsoft makes all new accounts passwordless by default

ambigious7777
5pts0
www.theverge.com 1y ago

Wikipedia is giving AI developers its data to fend off bot scrapers

ambigious7777
5pts1
www.bleepingcomputer.com 1y ago

SSL/TLS certificate lifespans reduced to 47 days by 2029

ambigious7777
21pts1
fasterthanli.me 1y ago

Impromptu Disaster Recovery

ambigious7777
2pts0
jan.miksovsky.com 1y ago

Creating a wiki site in 200 LOC using Origami and GitHub

ambigious7777
1pts0
blog.cloudflare.com 1y ago

A beginner's guide to lattice cryptography

ambigious7777
3pts0

I do hope that Forgejo Federation is implemented, but it seems to me progress has stalled on it?

I really want to like Org mode, but I just can't. The syntax feels too out of place. With markdown it's just a few extra symbols, but using Org mode feels like writing LaTeX in a way.

Same thing with MediaWiki - I love the wiki system but WikiText is just so bad.

Looking at the description, it seems to require purchasing a premium version for the ability to add and modify items on Android, not sure if that's something I would want.

after taking a look at the src[0] it looks like you can share sequences by adding a hash.

the format appears to be a letter A-Z to notate the position, followed by a sequence of numbers for the sounds. ex:

  https://martinwecke.de/108/#A1B2C3D4G123I4
  gives [[1], [2], [3], [4], [], [], [1, 2, 3], [], [4]] where each array is a note and the subarray is the list of sounds played
  
[0]: https://github.com/hatsumatsu/108/blob/fcbe8fd93847cd114424f...

git? not sure exactly what you're trying to say here, but you could do some stuff with git

have a local repo of your own notes, a hosted repo serving as the communal ref. if you want to make updates, commit and push --, you can cherry pick the sections you want.

i recall seeing something like mediawiki (but it stored articles as plaintext) a while back, you could use that for a web-based portal too

I can relate to this. I've tried to use Postman and Insomnia in the past, but the UI is pretty complicated with a lot of domain specific terms.

Instead, I just hacked together a small Python library, called all the APIs from there, and pushed to Git. Everyone on my team understands it, I have 100% control, and no cloud needed.

The extension needs to re-enable paste, which means it needs to possibly inject some JS into the page.

Discord does have client mods (Vencord, BetterDiscord) which do help. They technically are against Discord TOS, but I've been using Vencord and BD for several years with many friends, none of us have gotten punished yet.

I don't really understand why everyone is in such a rush to use Discord now (or any other chat platform). It's about building a community, but you can still do the same on forums.

Sure, it's nice having near-instant feedback from other people, but at that point it's just turning into social media. I feel like forums provoke people to write more sophisticated, and better posts rather than on Discord.

My current workplace uses phpBB (lol) with a bit of GitHub discussion sprinkled in. I think it's great, much less cluttered than something like Slack.

Discord does have a forums feature, which is somewhat searchable, so that's not entirely true.

I think the best thing for this stuff is still a forum, like GitHub Discussions (or Issues), or just run your own message board.

I see that MongoDB has a license, which I'm assuming is similar to the AGPL. Since companies don't want to release all their code, they also provide a Enterprise edition, which probably is under a non-copyleft license. This edition is then paid, so they make money. This also requires all PR contributors to sign a relicensing agreement.

Correct me if I'm wrong, but that's how I'm understanding it currently.