HackerLangs
TopNewTrendsCommentsPastAskShowJobs

small_scombrus

no profile record

comments

small_scombrus
·hace 12 días·discuss
They don't need to actually filter/blackhole to have have the same virtual effect.

Show someone a list of resumes with an "applicant score*" and they'll naturally ignore the ones with a low ranking

*scores are generated with AI, mistakes may be made, use only as a guide and verify results
small_scombrus
·hace 21 días·discuss
The same reason that they don't do that for Email. It's a lot more complicated for little obvious gain
small_scombrus
·hace 21 días·discuss
You're treating Mastodon as the protocol here, and sure it's a combined frontend/backend, and it is the most used one, but its just one implementation of the AP protocol. You can plug your favourite AP app/frontend into any Mastodon instance.
small_scombrus
·el mes pasado·discuss
> some people are shockingly incurious and approach academia and life through a depressingly hollow transactional lens from the beginning

I feel like that's a result of prior bad experience. Noone goes into university, or even primary school a blank slate.

It's very easy to fall into a trap where education is transactional if that's what was modelled to you or that's how previous teachers treated you
small_scombrus
·el mes pasado·discuss
Fascism is when seatbelts
small_scombrus
·hace 2 meses·discuss
> Why are you writing papers and not having actually read the source you took the material from?

They're explicitly not writing papers. The fake citations are created and inserted by the LLM
small_scombrus
·hace 2 meses·discuss
I think they're saying that frontier LLMs may be usable to spot citations that are correct by shape (a real citation) but incorrect by usage (unrelated to the text)

I kind of hate the idea, but you probably could do a lazy LLM check of every paper and every citation and have it flag possible wrong (second sense) citations for human review

But you'd need a LOT of tokens and a LOT of human-hours
small_scombrus
·hace 2 meses·discuss
> those people don't have the kind of security hygiene instincts that make CC a sane choice for coders.

Coders don't all have those kind of security hygiene instincts either
small_scombrus
·hace 2 meses·discuss
There are few hard and fast rules, but "never use something that could change as a primary key" and "never roll your own Auth" will always be true
small_scombrus
·hace 2 meses·discuss
It'll depend immensely on what you're actually doing, but if it's simple enough you may be able to make a macro that subs out the types & awaits
small_scombrus
·hace 3 meses·discuss
It isn't web based? It's a set of Lua scripts that run locally
small_scombrus
·hace 3 meses·discuss
1Password has really been bugging me recently, all the emails they send have giant link buttons they want you to click without verifying where you're actually going
small_scombrus
·hace 3 meses·discuss
Our organic artisanal code is written by free-range developers
small_scombrus
·hace 3 meses·discuss
> So the stable state here is all humans eventually being locked out?

Yep. The most easy to implement stable state for any system where you're aiming to prevent misuse is to just prevent use
small_scombrus
·hace 4 meses·discuss
IIRC Thunderbird is a fork of Firefox, so it can do all of the web things your heart desires
small_scombrus
·hace 4 meses·discuss
My local build of helix is 20MB, did you use the suggested flags on the install guide page?
small_scombrus
·hace 4 meses·discuss
> Is there some established AI-agnostic protocol/interface?

AFAIK no
small_scombrus
·hace 4 meses·discuss
I desperately wish Helix would support virtual text (code folder, markdown links just showing the text when not selected), but the default keybinds and the way that selecting and editing text work just works too well in my brain to go anywhere else
small_scombrus
·hace 4 meses·discuss
I know it's not a proper fix, but helix does have `:reload` and `:reload-all` commands

I have reload-all bound to Ctrl-r
small_scombrus
·hace 4 meses·discuss
Nano not powerful, but it is friendly, it shows you its keybinds.

Vim is very powerful, but also very unfriendly.

The difference in effort required to pick up Nano vs Vim is HUGE