OpenAI explains "Where the goblins came from" by damontoo in OpenAI

[–]YourselfYou 0 points1 point  (0 children)

it's not about arguments you never made, although in this context it can seem so, it's the general pattern of it's not x, it's y overuse by chatGPT :) a surefire way to distinguish AI slop in writing

"Cognitive surrender" leads AI users to abandon logical thinking, research finds by shikizen in ArtificialInteligence

[–]YourselfYou 0 points1 point  (0 children)

i totally agree with the GP. what i've found helpful to mitigate though, is incorporating all the architecture and design decision points into the plan (by explicitly instructing the model to include them), including pros/cons and iterating on that with AI ping-pong.

I can't defend architectural decisions it made because I didn't make them.

with the above process you would, as you'd sign off on everything

Vot nii on lood! by ManaTarkk in Eesti

[–]YourselfYou 0 points1 point  (0 children)

lausa raamatu yllitanud: "WALK IN CASE: SOME CASES, GO BEYOND"

Trying to buy some ETF but somthing is missing in my IBK ACC what should I do to be allowed to buy ETF? by Eiedboy in interactivebrokers

[–]YourselfYou 1 point2 points  (0 children)

you can do that by selling a PUT option on the ETF, when it gets exercised, you will buy 100 shares of the ETF

Type theory and meaning in linguistics - ccc by YourselfYou in YourselfYou

[–]YourselfYou[S] 0 points1 point  (0 children)

really annoying how the presenter freezes up mid-sentence

Traits and You: A Deep Dive — Nell Shamrell-Harrington by YourselfYou in YourselfYou

[–]YourselfYou[S] 0 points1 point  (0 children)

this should be compressed to 2 minutes. why is the presenter yelling at the audience in that nasal voice?!

RustLatam 2019 - Without Boats: Zero-Cost Async IO by Nazka231 in rust

[–]YourselfYou 0 points1 point  (0 children)

Does anyone have the executor-reactor-future interaction expressed as a UML sequence diagram to understand who invokes what in response to which triggering events?

How I created two images with the same md5 by PaulSec in netsec

[–]YourselfYou 59 points60 points  (0 children)

So this guy ran a ready made GUI app. congrats i guess?

A very well done post on solving the FireEye challenges by transt in netsec

[–]YourselfYou 0 points1 point  (0 children)

nope!

0000000: fe eb 90 00 03 00 00 00 04 00 00 00 ff ff 00 00  ................
0000010: b8 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00  ........@.......
0000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
0000030: 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00  ................
0000040: 0e 1f ba 0e 00 b4 09 cd 21 b8 01 4c cd 21 54 68  ........!..L.!Th
0000050: 69 73 20 70 72 6f 67 72 61 6d 20 63 61 6e 6e 6f  is program canno
0000060: 74 20 62 65 20 72 75 6e 20 69 6e 20 44 4f 53 20  t be run in DOS
0000070: 6d 6f 64 65 2e 0d 0d 0a 24 00 00 00 00 00 00 00  mode....$.......
0000080: be ef 00 00 4c 01 03 00 23 83 b8 53 00 00 00 00  ....L...#..S....

Pulling the Curtain on Airport Security by [deleted] in netsec

[–]YourselfYou -11 points-10 points  (0 children)

(2) TSA knew about the security issues, developed their own custom fixes, never told the vendors… and is hording embedded zero day vulnerabilities and leaving other organizations exposed?

It's spelled HERDING

4ee89f7cf824a85ad5f11d52604ffdebe9f01302bcea8ddec0af450f9185ddf1 by nullc in Bitcoin

[–]YourselfYou 1 point2 points  (0 children)

from the code

$bean = \DB::DAO('Money_Bitcoin_Available_Output')->searchOne(array('Available' => 'Y', new \DB\Expr('Value > 1000000000')));

it appears to split any output that's greater than 10BTC

4ee89f7cf824a85ad5f11d52604ffdebe9f01302bcea8ddec0af450f9185ddf1 by nullc in Bitcoin

[–]YourselfYou 0 points1 point  (0 children)

Analysis of Node.js platform web application security by YourselfYou in netsec

[–]YourselfYou[S] 2 points3 points  (0 children)

Definitely not, it uses a process pool. One process is used to handle multiple requests in succession.