soc.octade.net is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
If you see someone wandering around with a half-open (or half-closed) laptop, they might not just be a frazzled office worker en route to their next meeting. Business Insider says that because AI coding tools run locally or depend on WiFi, closing your laptop might mean you lose progress on whatever project you're working on — and rather than changing their devices' settings, some coders would prefer just to leave them cracked open. When 15-year-old Arav Jain's schoolmates ask him why he doesn't put his laptop in his backpack, he tells them "I got agents running. I've got to keep shipping software."
#ArcaneChat / #DeltaChat channel about developer memes, open/libre source culture and other techie and other nerdy stuff
#programmers #developers #programmerjokes #developerjokes #programmerhumor #jokes #memes #nerd #developerhumor #opensource #libresoftware #nerdhumor #coding #emacs #linux #developer #programmer
Cryptographic Right Answers: Post Quantum and Rust Edition
[…] Cryptography is everywhere and as a developer you will need to upgrade your projects with post-quantum algorithms, whether because you care about the security of your users, or for compliance reasons. […]
🦀 https://kerkour.com/post-quantum-cryptography-recommendations-rust
#rust #cryptography #rustlang #pqc #itsec #itsecurity #security #coding #PQCryptography #postquantum
"Design is dead."
"Coding is dead."
"Startups are dead."
AI fanatics seem to predict the death of everything. Since when did focusing on death become something to celebrate? (I realize the irony in this since my server is mementomori.social, but that's different)
I think AI will definitely speed things up and make things more efficient, but it also raises serious issues around security, privacy, the environment, and jobs.
As a lifelong coder, I embrace the technology, but I still hate the hype. It leaves me feeling pretty conflicted.
#AI #ArtificialIntelligence #Claude #ClaudeCode #ClaudeDesign #Design #Coding
Is this a #secure #MessagingApp? Maybe not yet, but it’s time to think about #DigitalPrivacy.
Imagine a #Messaging platform that’s as #secure as #Signal but requires #NoRegistration and #NoInstallation. By leveraging #WebRTC for direct #BrowserToBrowser communication, this #OpenSource project eliminates the #Middleman entirely. Simply share a unique #URL to establish an #Encrypted #PrivateChannel. It is a #Lightweight, #Disposable method to bypass #DataHarvesting and reclaim #DigitalSovereignty.
This project introduces a new #Paradigm in #ClientSide managed #Encryption. Send #Secure messages with #NoSetup, #NoCloud, and #NoTrace.
Experience the #Features:
* #PWA (#ProgressiveWebApp) for instant access
* #P2P (#PeerToPeer) connectivity
* #EndToEndEncryption (#E2EE)
* #SignalProtocol & #PostQuantum #Cryptography
* #Multimedia, #FileTransfer, & #VideoCalls
* #NoDatabase & #Stateless architecture
* #TURN server support for reliable connections
While not yet a direct replacement for #Simplex or #WhatsApp, this introduces a unique approach to #SecureCommunication.
Try the #LiveDemo now:
https://p2p.positive-intentions.com/iframe.html?globals=&id=demo-p2p-messaging--p-2-p-messaging&viewMode=story
Explore the #Technical roadmap:
https://positive-intentions.com/docs/technical/p2p-messaging-technical-breakdown
Read the full #Documentation:
https://positive-intentions.com/docs/technical
#PrivacyTech #Privacy #CyberSecurity #Infosec #WebDev #JavaScript #Decentralized #EncryptionProtocol #QuantumResistant #Tech #FOSS #SoftwareEngineering #DataPrivacy #SecureChat #NoLog #P2PChat #WebRTCProtocol #Coding #DevCommunity #DigitalPrivacy #InternetFreedom #SecureMessaging #WebTech #AppDevelopment #CryptographyResearch #PrivateMessaging #WebPlatform #ZeroTrust #Innovation
Is there a less planet burning #ai coding assistant for #python coding or are the big services what I should be looking at?
When #coding I search a lot so the 10 X more energy per request might be less impactful if it saves me a bunch of search attempts.
I am not a good programmer, I don't do it often enough for that and so I also don't particularly enjoy it a lot of the time. This feels too new like a perfect use case for these tools and a chance to experiment.
React-Like JSX Syntax for Webcomponents
TLDR: I’ve been #experimenting with react-like jsx-syntax with webcomponents to see if I could theoretically replace #React in one of my larger #software projects. It is not ready for production use, but rather a #Research exploration into #CustomElements and #ModernJS performance.
The goal was to build #FunctionalWebComponents that handle #StateManagement and #DOM updates without the overhead of a massive #JavaScript framework. By leveraging #StandardWebAPIs and #Proxy objects, I’ve managed to create a #Reactive programming model that feels familiar but stays closer to the #Platform.
Check out the full #TechnicalTutorial and #DeepDive here: https://positive-intentions.com/docs/research/Tutorials/dim/dim-functional-webcomponents
(Disclosure: this project may be getting deprecated. Sharing this because it might still be interesting or educational.)
#WebDevelopment #Frontend #BuildTheWeb #NoFramework #JS #JSX #WebStandards #Coding #ResearchAndDevelopment #VanillaJS #SoftwareEngineering #TechBlog #WebDevCommunity
I've been busy working on my page on #codeberg I love #jekyll it's a great static site generator. One of these days I'll wrote my own :D https://kasbjornsen.codeberg.page #coding
OpenAI Brings Codex AI Coding Tool to Windows, Intensifying Developer Competition
I’m a developer with a degree in philology and linguistics. Here’s how these two passions have shaped each other, and me.
🌐 https://blog.gridranger.dev/intersecting-interests/
This post was inpired by the monthly #indiewebcarnival theme chosen by Zachary Kai.
#writingprompt #blog #post #indieweb #bloggingchallenge #coding #linguistics #creativewriting
Popular, functional and secure operating systems used to fit on a CD. I'm so old.
_ _ _ _
How much more bloated the future ones will actually get?
-Yes
_ _ _ _
Thank dog, there are smaller options available.
For now at least. Thanks to all kind folks coding alternative distros!
#RetroComputing #OperatingSystems #DistroHopping #NerdStuff #coding
Local-Only File Encryption with JavaScript.
I've been exploring the #WebCryptoAPI and I'm impressed!
When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!
I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.
Live Demo: https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo
Demo Code: https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js
About the Dim framework:
https://positive-intentions.com/docs/category/dim
IMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The password encryption currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.
#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept
Hahahahahahahaha
"Coding assistants are now generating code that fails to perform as intended, but which on the surface seems to run successfully, avoiding syntax errors or obvious crashes."
Originally posted at:
https://www.codingwithjesse.com/blog/coding-with-llms-can-still-be-fun/
Subscribe to my newsletter:
https://www.codingwithjesse.com/newsletter/
Pearl v0.1.11 is out! This is a big update because it finally adds prompt switching. As you talk, Pearl will change her tone based on the context of the conversation. This also sets the stage for a lot of customization down the road. #ai #coding #pearl #python
Check it out! https://github.com/pdschneider/Pearl/releases/tag/v0.1.11
Pearl v0.1.10 is out!
This version lets you attach files to messages so Pearl can help you with to-do lists, meal planning, #coding, and more! It also feature general usability improvements. #AI #FOSS
Download on #Github: https://github.com/pdschneider/Pearl/releases/tag/v0.1.10
#Christmas #coding #challenge: write a program that prints the full lyrics to the Twelve Days of Christmas, but be #weird about it.
Choose whatever programming language you like. Use the language’s idiosyncrasies to your advantage.
For example, in C you might blend a for-loop with a switch-statement and liberally use case fallthrough. In BASIC you might use computed GOTO. In HTML+CSS you might use counters and selectors to do the numbering. In SQL you might use SQL.
Go.
How did this code never get code reviewed or tested?
"When the service encounters a null pointer while traversing a list, it attempts to read memory from that pointer rather than exiting the loop, causing a crash."
How's everyone doing tonight?
I slept most of the day because of pain from #Fibromyalgia and #RheumatoidArthritis, so now I'll probably be up all night. I'm going to try and get some studying done even though my hands hurt. Really hoping the compression gloves I ordered come in soon.
Since college didn’t work out, I've been building my own self-paced curriculum:
Tonight I'm deciding whether to focus on Christian Leaders coursework, coding, or Braille proofreading.
Tomorrow's my 34th birthday. My mom’s taking me out to eat, and later we're visiting a new ocularist to see about prosthetic eyes. My current ones no longer fit and cause pain, so they'll likely need to start me with conformers first. I'm dreading that part, but it’s time. I haven't been refitted for new ones since I was 16, a few months after a surgery to remove my extremely painful right eye.
#ChronicIllness #Disability #Blind #Accessibility #PainAwareness
#Learning #Education #Coding #Braille #AI #EdTech
#Christian #BibleStudy #Faith #Christianity
#NonprofitLeadership #DisabilityAdvocacy
#Birthday #Turning34 #Ocularist #Prosthetics
I've been coding with LLMs for years, but I'm frustrated with the hallucinatory, sycophantic garbage it generates. I've tried a lot of different things, but I found a new workflow for coding with AI that I'm really enjoying.
I'm using Claude Code, but keeping it in planning mode. I paste the spec and have it search the code and generate me a list of tasks, pointing me at all the places in the code I need to go.
1/2
After adding real function to the main menu or Start menu on my blog a couple of days ago, I continued updateing the design yesterday evening. I added status bars for the windows to improve nostalgic aesthetics and functionality at the same time.
Fun fact: the menu was implemented without JS purely with HTML + CSS.
I also overcame the Android & Safari sizing annoyances by using dynamic viewport height (dvh) instead of viewport height (vh) in the CSS.
#blog #indieweb #webdesign #coding #nojs #winxp #win2003server #nostalgia
The YAML Document from Hell
https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell
#HackerNews #YAML #Document #Hell #Tech #Blog #Coding #Nightmare #Developer #Insights
Be Simple - Don’t Be Clever - Code Rust
🦀 https://corrode.dev/blog/simple/
#rust #coding #simple #clever #rustlang #programming #code #clevercode #blog #codetips
Hey Mastodon! I've built a new feature into my #blog and my #peertube instance!
Check out my write-up. I'm pretty stoked about it.
#ghostblog #independentpublishing #webdesign #programming #coding #mongodb #php #javascript
https://gardinerbryant.com/i-built-a-new-feature-for-the-blog-and-my-peertube-heres-how-it-works/