HackerTrans
トップ新着トレンドコメント過去質問紹介求人

darylteo

no profile record

コメント

darylteo
·26 日前·議論
This needs to be so much higher.
darylteo
·先月·議論
Haha I read the headline as "confidently submits", thought it was a dig at OpenAI's CFO.
darylteo
·2 か月前·議論
Some might, in fact, call it the Didgeridon't
darylteo
·2 か月前·議論
Games on Steam have been getting attacked as well.

Nothing is safe.
darylteo
·3 か月前·議論
/gestures at all the comments
darylteo
·3 か月前·議論
Correction: OpenClaw says Anthropic says OpenClaw-style Claude CLI usage is okay again.
darylteo
·5 か月前·議論
something something tilt of the earth.
darylteo
·5 か月前·議論
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 か月前·議論
Found the recording with VASAviation subtitles and timeskips (because I couldn't decipher it without!) https://www.youtube.com/watch?v=K3Nl3LOZNjc
darylteo
·7 か月前·議論
AI: urgh, sick of these escort missions
darylteo
·8 か月前·議論
How I learnt about prime number sieves.

Good prep for Advent of Code in 2 weeks.
darylteo
·9 か月前·議論
Baader-meinhof phenomenon
darylteo
·10 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
But I'm not a robot :(
darylteo
·10 か月前·議論
Gave up on the math one - ain't nobody got time for that.
darylteo
·11 か月前·議論
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 年前·議論
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 年前·議論
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.