NEW: A group known as the 'puppygirl hacker polycule' has leaked thousands of police training & policy manuals from departments across the country www.dailydot.com/debug/lexipo...
11.02.2025 15:09 โ ๐ 12635 ๐ 4490 ๐ฌ 245 ๐ 1042@syb3r.bsky.social
NEW: A group known as the 'puppygirl hacker polycule' has leaked thousands of police training & policy manuals from departments across the country www.dailydot.com/debug/lexipo...
11.02.2025 15:09 โ ๐ 12635 ๐ 4490 ๐ฌ 245 ๐ 1042i know i can run nmap from this device.
08.02.2025 16:13 โ ๐ 205 ๐ 14 ๐ฌ 7 ๐ 1Big news: Gregory Szorc's python-build-standalone project will be transitioning to Astral.
If you've installed Python with uv, then you've used python-build-standalone.
It powers installs for uv, Rye, mise, Bazel, pipx, Hatch, and more, with over 70,000,000 downloads.
astral.sh/blog/python-...
one of the best feelings ever
05.12.2024 21:42 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0screenshot of the PDSls website, showing the info of an account on "oyster.us-east.host.bsky.network", with links to several different kinds of records like app.bsky.actor.profile, app.bsky.feed.post, app.bsky.graph.follow and chat.bsky.actor.declaration. below is information about my AT profile record, showing info like my handle as "alsoKnownAs", the service endpoint my account is on and my DID and public key.
if you ever want to stare into the internals of how Bluesky (or the underlying protocol, the "AT Protocol") works, pdsls.dev is a very cool website that can show you anything on the network
try finding yourself, "at://[your handle]" (e.g. at://invoxiplaygames.uk)
Programming languages:
C is low-level
C++ is powerful
Python is intuitive
Rust is safe
Lua is easy
Java
C# is legible
Me: 'Iโll just fix this one bug.'
5 hours later: 'What if I rewrote the entire app in Rust?'
Brief update on our ongoing efforts to allow users to specify consent (or not) for AI training: ๐งต
27.11.2024 01:52 โ ๐ 30529 ๐ 3686 ๐ฌ 767 ๐ 431hot chocolate in coffee>>>>>>
24.11.2024 18:17 โ ๐ 143 ๐ 12 ๐ฌ 9 ๐ 3This looks like an interesting feature ๐
www.bleepingcomputer.com/news/securit...
Screenshot of my Bluesky profile, showing @nicolo-ribaudo.github.io as the handle
Developers, do you want to verify yourself here but don't have a personal domain? You can use your GitHub account! ๐ฆ๐ฑ
I temporarily renamed myself to @nicolo-ribaudo.github.io :)
oakland having a normal one
24.11.2024 06:21 โ ๐ 43 ๐ 10 ๐ฌ 6 ๐ 9Sign giving options all the answers are coffee
The answer is Coffee
#datasatparma
Do I need 150 HDMI cables? No, of course not.
Do I HAVE 150 HDMI cables? Yes, of course I do. Who throws away a perfectly good HDMI cable?
๐
24.11.2024 02:49 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Bluesky's firehose is a treasure trove of public data for researchers and developers, and it's completely free. Check out our developer docs: docs.bsky.app
23.11.2024 05:54 โ ๐ 7936 ๐ 1533 ๐ฌ 321 ๐ 168When they allow gifs this will be animated :) my current desktop wallpaper.
#pixelart #art #space #landscape #stars #blue #purple
This is your reminder that DMs here are _not encrypted_. They're not even really part of ATProto.
It's on the roadmap, but that's not the case now. DMs are centralized and unencrypted. Behave accordingly.
Screenshot of abstract for "Does ChatGPT Have a Poetic Style?" paper abstract. Generating poetry has become a popular application of LLMs, perhaps especially of OpenAIโs widelyused chatbot ChatGPT. What kind of poet is ChatGPT? Does ChatGPT have its own poetic style? Can it successfully produce poems in different styles? To answer these questions, we prompt the GPT-3.5 and GPT-4 models to generate English-language poems in 24 different poetic forms and styles, about 40 different subjects, and in response to 3 different writing prompt templates. We then analyze the resulting 5.7k poems, comparing them to a sample of 3.7k poems from the Poetry Foundation and the Academy of American Poets. We find that the GPT models, especially GPT-4, can successfully produce poemsinarangeofbothcommonanduncommonEnglish-languageformsinsuperficialyetnoteworthy ways, suchasbyproducingpoemsofappropriatelengthsforsonnets (14 lines), villanelles (19 lines), and sestinas (39 lines). But the GPT models also exhibit their own distinct stylistic tendencies, both within and outside of these specific forms. Our results show that GPT poetry is much more constrained and uniform than human poetry, showing a strong penchant for rhyme, quatrains (4-line stanzas), iambic meter, first-person plural perspectives (we, us, our), and specific vocabulary like โheart,โ โembrace,โ โecho,โ and โwhisper.โ
So there's been a LOT of chatter about whether AI-generated poetry is distinguishable from human poetry๐ฏ๐ตโ๐ซ๐คจ๐ซ
Yes, it definitely is!
For CHR 2024, we compared thousands of poems by GPT-4, 3.5, and humans, and we quantified the differences.
2024.computational-humanities-research.org/papers/paper...
medium.com/@shebin/rest...
Using Amazon Cloudfront to host your website can help with user experience but it also offers the ability to use Lambda @ Edge functions to run custom behaviour. With Lambda @ Edge you can customize requests before they are handled by your backend. (1/3)
๐งต
Searchcode SDK by @rly0nheart.bsky.social
Simple #python library for search 75 billion lines of code from 40 million projects in searchcode.com.
github.com/rly0nheart/s...
# Supports most protocols, including HTTPS, SFTP, MQTT, SCP, and WSS. # Get the HTTP headers only curl -I http://example.com # Download the contents of a URL to a file: curl http://example.com --output path/to/file # Send form-encoded data (POST request of type `application/x-www-form-urlencoded`). Use `--data @file_name` or `--data @'-'` to read from STDIN: curl --data 'name=bob' http://example.com/form # Send a request with an extra header, using a custom HTTP method: curl --header 'X-My-Header: 123' --request PUT http://example.com # Send data in JSON format, specifying the appropriate content-type header: curl --data '{"name":"bob"}' --header 'Content-Type: application/json' http://example.com # Pass a username and password for server authentication: curl --user username:password http://example.com # Retry a request with a retry delay curl --retry 20 --retry-delay 15 --no-buffer --head https://example.com # Open a WSS connection curl --include --no-buffer --header "Connection: Upgrade" --header "Upgrade: websocket" --header "Host: example.com" --header "Origin: http://example.com" "wss://example.com/socket" # Download a file from SFTP curl -u username:password -O sftp://example.com/path/to/file
A tribute to cURLโthe backbone of the Internet
Why is cURL worth learning?
With an estimated 20 billion installations worldwide, cURL is a universal tool. Mastering it can improve your ability to interact with web services and automate various online tasks.
The cURL handbook
โ everything.curl.dev
Nice. Thanks to today's update, the popular app Signal now also supports ARM, following Google Drive for Desktop yesterday.
DETAILS: www.windowscentral.com/software-app...
๐๐ผ๐๐ผ๐๐ผ
21.11.2024 04:49 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 0just to name a few:
- @decryptlol.bsky.social
- @intelinightowl.teamosint.social
- @cybdetective.bsky.social
i would also recommend checking out blueskydirectory.com/starter-packs and searching for keywords there
Nvidia earnings: AI chip leader shows no signs of stopping mammoth growth
20.11.2024 22:20 โ ๐ 121 ๐ 10 ๐ฌ 3 ๐ 2gen-z grand vizier whispering "they will cook you for this, my king" in the sultan's ear
20.11.2024 22:30 โ ๐ 1050 ๐ 139 ๐ฌ 8 ๐ 6honestly, same here! the moment i joined bluesky I learned about ocaml because it was everywhere on my feed
20.11.2024 22:43 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0