|
Recently I have been watching documentaries by Gary Hustwit. It started with Rams, about the life of Dieter Rams. Next, Urbanized about city design. Then, Helvetica about the popular font. As I watche...
|
|
Introduction When using a not end-to-end encrypted cloud storage, you may want to store your file encrypted so if the cloud provider (that could be you if you self host a nextcloud or seafile) get hacked, your data will be available to the hacker, this is not great. While there are some encryption software like age or gpg, they are not usable for working transparently with files. A specific class of encryption software exists, they create ....
|
|
Many years ago, when I was younger and thought a PhD sounded like a sensible life choice, I started one. Early on, a lecturer gave me a piece of advice that stuck: “Don’t watch the program run.” He meant the long jobs. Training a neural net. Running simulations. Anything where the terminal starts spitting out numbers and you just… sit there. Watching loss values tick down as if your attention somehow helps. It feels like work. ....
|
|
This post is an elaboration on a comment I made on Hacker News recently, on a blog post that showed an increase in volume and decline in quality among the “Show HN” submissons. I don't actually mind AI-aided development, a tool is a tool and should be used if you find it useful, but I think the vibe coded Show HN projects are overall pretty boring. They generally don't have a lot of work put into them, and as a result, the author (pilo..
|
|
I'm wondering if I should use the rchan engine to build a imageboard project. I am brazillian, and I want to make a full brazillian Imageboard, and the only engine made by a brazillian I found was this one: https://github.com/lainsec/rchan This is a lain
-
lainchan.org
-
3 months ago
-
eng
I'm wondering if I should use the rchan engine to build a imageboard project. I am brazillian, and I want to make a full brazillian Imageboard, and the only engine made by a brazillian I found was this one: https://github.com/lainsec/rchan This is a lain themed engine made with python and Flask It uses Sqlite as default stack, but I will change to mongoDB. But I'm not sure if its secure. What do you guys think?
|
|
How much wear does daily use of a live distro cause on an optical drive? As a project I'm thinking about making a modified TinyCore CD-R (DVD-R if I have to) and see how long I can go using that as my main driver.
|
I started using Claude Code in July last year. I was a Cursor user looking for something better, and I was skeptical at first. Claude Code is a terminal-based tool, and I was used to IDEs. With Cursor, reviewing AI-generated changes was straightforward, you see the diff, you accept or reject. How would that work in a terminal? It took me a while to adapt. The breakthrough was realizing I could run Claude Code inside VS Code’s integrate..
|
I started using Claude Code in July last year. I was a Cursor user looking for something better, and I was skeptical at first. Claude Code is a terminal-based tool, and I was used to IDEs. With Cursor, reviewing AI-generated changes was straightforward, you see the diff, you accept or reject. How would that work in a terminal? It took me a while to adapt. The breakthrough was realizing I could run Claude Code inside VS Code’s integrate..
|
|
Grace Hopper built the first compiler in 1952. They said “you can’t make them understand English-like instructions.” She had a running compiler and nobody would touch it. Sound familiar? Grace had some thoughts about this kind of thinking. She had a lot of thoughts, actually.
|
|
Grace Hopper built the first compiler in 1952. They said “you can’t make them understand English-like instructions.” She had a running compiler and nobody would touch it. Sound familiar? Grace had some thoughts about this kind of thinking. She had a lot of thoughts, actually.
|
|
Grace Hopper built the first compiler in 1952. They said “you can’t make them understand English-like instructions.” She had a running compiler and nobody would touch it. Sound familiar? Grace had some thoughts about this kind of thinking. She had a lot of thoughts, actually.
|
|
Grace Hopper built the first compiler in 1952. They said “you can’t make them understand English-like instructions.” She had a running compiler and nobody would touch it. Sound familiar? Grace had some thoughts about this kind of thinking. She had a lot of thoughts, actually.
|
|
Grace Hopper built the first compiler in 1952. They said “you can’t make them understand English-like instructions.” She had a running compiler and nobody would touch it. Sound familiar? Grace had some thoughts about this kind of thinking. She had a lot of thoughts, actually.
|
|
Key Takeaways Legacy software is tolerated because, let’s face it, it works, and works well. But that’s no longer good enough. Nowadays, it limits an organisation’s strategic options. Legacy software can slow down, or make strategic plans more expensive or complicated than they need to be. Whilst legacy software is considered stable, the real risk […] The post 7 Reasons Why CEOs Should Modernize their Software appeared first on Strumen..
|
|
Snyk and Cline have partnered to integrate enterprise-grade security directly into autonomous coding loops. By bridging the trust gap, Snyk and Cline enable teams to innovate faster while maintaining rigid security and compliance standards.
|
|
VPNs are not zero trust. Stop calling them that. I can’t count how many times I’ve sat in architecture reviews where someone points at a Site-to-Site VPN or a Client VPN endpoint and says “we’re zero trust.” No. You’ve built a tunnel. A tunnel that, once you’re inside, gives you access to everything on the network. That’s the opposite of zero trust. That’s a castle with a drawbridge and nothing inside but open hallways.
|
|
At times, even purchased music excludes album covers in track metadata. For those instances, ready-player-mode offers M-x ready-player-download-album-artwork, which does as it says on the tin. The interactive command offers a couple of fetching providers (iTunes vs Internet Archive / MusicBrainz) to grab the album cover. The thing is, I often found myself trying one or the other provider, sometimes without luck. Today, I finally decided t....
|
|
How a Learning Project Became Our Modern Mobile Test Framework
-
tech.trivago.com
-
3 months ago
-
eng
|
|
How a Learning Project Became Our Modern Mobile Test Framework
-
tech.trivago.com
-
3 months ago
-
eng
|
If you’re reading this after Matrix’s blog post, make sure you read the addendum to this one. Two years ago, I glanced at Matrix’s Olm library and immediately found several side-channel vulnerabilities. After dragging their feet for 90 days, they ended up not bothering to fix any of it. The Matrix.org security team also failed […]
|
|
Large language models are good at writing code. Data from Anthropic shows that allowing Claude to execute scripts, rather than relying on sequential tool calls, reduces token consumption by an average of 37%, with some use cases seeing reductions as high as 98%. Untrusted code needs a secure and isolated place to execute. We solved […] The post Code Execution Sandbox for Agents on Heroku appeared first on Heroku .
|
|
Sorry if this belongs on /hum/; please move it if so. I came up with this the other day: If you are okay with almost anyone viewing whatever stuff you have, imagine the most hysterical mom looking through all your files. Imagine someone who emotionally, chemically CANNOT take a joke and refuses to acknowledge them if they don't suit her tastes. What about an overly-conservative dad? What about anyone who isn't literally you or the people y....
|
|
We asked 2 questions: >1. How do we stop spam without JavaScript and adding friction to the anonymous posting process >2. How do we stop CP spam without relying on an external dependency (like a big corporation's API)? I am the operator of Cy-X.net and I believe I have conquered the top problems that plague anonymous discussion boards in current year. I solved the (Child) porn problem by deploying a lightweight vision model that....
|
|
On the surface, everyone knows the difference between hashing, encoding, and encrypting. We all know the tradeoffs between them and… The post Hashing vs Encoding vs Encrypting vs Signing appeared first on Caseysoftware .
|
|
The Almanack of Naval Ravikant is structured with the thoughts of a “successful” investor and entreprenur. I write successful in…
|
Somewhere in your company's Google Drive, there's a design doc from six months ago. It describes a system that doesn't exist. It was outdated by the second sprint and abandoned by the third. Fourteen...
|
Somewhere in your company's Google Drive, there's a design doc from six months ago. It describes a system that doesn't exist. It was outdated by the second sprint and abandoned by the third. Fourteen...
|