HackerTrans
TopNewTrendsCommentsPastAskShowJobs

darylteo

no profile record

comments

darylteo
·26 gün önce·discuss
This needs to be so much higher.
darylteo
·geçen ay·discuss
Haha I read the headline as "confidently submits", thought it was a dig at OpenAI's CFO.
darylteo
·2 ay önce·discuss
Some might, in fact, call it the Didgeridon't
darylteo
·2 ay önce·discuss
Games on Steam have been getting attacked as well.

Nothing is safe.
darylteo
·3 ay önce·discuss
/gestures at all the comments
darylteo
·3 ay önce·discuss
Correction: OpenClaw says Anthropic says OpenClaw-style Claude CLI usage is okay again.
darylteo
·5 ay önce·discuss
something something tilt of the earth.
darylteo
·5 ay önce·discuss
Bunny is more like Cloudflare. Database is just 1 part of their offering. They're doing full service edge compute, storage and CDN.
darylteo
·7 ay önce·discuss
Found the recording with VASAviation subtitles and timeskips (because I couldn't decipher it without!) https://www.youtube.com/watch?v=K3Nl3LOZNjc
darylteo
·7 ay önce·discuss
AI: urgh, sick of these escort missions
darylteo
·8 ay önce·discuss
How I learnt about prime number sieves.

Good prep for Advent of Code in 2 weeks.
darylteo
·9 ay önce·discuss
Baader-meinhof phenomenon
darylteo
·10 ay önce·discuss
Either their CISO was shut out of the decision making, the SLT decided it was a risk worth taking, or their CISO was absolutely asleep at the wheel.
darylteo
·10 ay önce·discuss
The main judgement here seems to be: not everyone was there to get a refund, therefore, just entering the store is not an opt-in consent to biometric scans.

As a counter-example: Australian clubbing venues use facial recognition and id verification to identify banned individuals and detect fake documentation. This is required on condition of entry (therefore, opt-in), and this information is shared across all partner venues.

https://scantek.com/facial-biometric-matching-technology-sca...
darylteo
·10 ay önce·discuss
Additional, Australia has a Target that isn't at all related to Target US.

Which also now owned by the same owners of Kmart (Coles Group, now owned by Wesfarmers).

And both Kmart and Target Australia operations have merged (though still operating 2 separate brands)
darylteo
·10 ay önce·discuss
But I'm not a robot :(
darylteo
·10 ay önce·discuss
Gave up on the math one - ain't nobody got time for that.
darylteo
·11 ay önce·discuss
It's not a hard logic path to follow - If AI becomes a digital necessity for modern society to function, Microsoft's relevance shrinks while OpenAI's relevance grows.

Once OpenAI breaks out of the "App" space and into the "OS" and "Device" space, Microsoft may get absorbed into the ouroboros.

OpenAI's dependence on Microsoft currently is purely financial (investment) and contractual (exclusivity, azure hosting).
darylteo
·2 yıl önce·discuss
If I understand the top-poster's issue correctly:

https://frankenphp.dev/docs/

docker run -v $PWD:/app/public \ -p 80:80 -p 443:443 -p 443:443/udp \ dunglas/frankenphp

This mounts the current working directory into "public". Meaning, all .git, .env etc. will be publicly accessible.

Better form would be to mount a $PWD/src directory instead. The documentation needs to be updated better for newbies. Generally ill-advised. Documentation just needs better updating or warnings. Very dangerous to inexperienced devs.

In comparison the Laravel integration, it instructs the following:

https://frankenphp.dev/docs/laravel/

docker run -p 80:80 -p 443:443 -p 443:443/udp -v $PWD:/app dunglas/frankenphp

While all the sensitive files are mounted in, they have to be to function properly. In this case, they're mounted to a more secure context.
darylteo
·2 yıl önce·discuss
Selling to developers is where i know it will struggle... Developers are cheap ass and would rather build it themselves at 10x the opportunity cost. And the moment it attempts to monetise itself in some form, there'll be a massive "betrayal" exodus a la Redis.

I know, cuz I am one.