|
Okay, maybe this only news to me, but still, sharing my experience. So I've been renting a VPS for quite some time. There wasn't much going on there, so I decided why not run a Tor relay and use some of those free resources. Ofc I decided against making it
-
lainchan.org
-
6 months ago
-
eng
Okay, maybe this only news to me, but still, sharing my experience. So I've been renting a VPS for quite some time. There wasn't much going on there, so I decided why not run a Tor relay and use some of those free resources. Ofc I decided against making it an Exit node due to legal concerns, so it's just a basic relay. It's been running butter smooth for a month or two as a Middle, and at some point network decided that my relay is very goo....
|
|
The internet as we know it is dead but simultaniously alive. The only real threat left to the internet is AI, ehrm, "AI." The Surface level internet is dying a horrible death. More and more people are begging to ditch phones and social media and the trash heaps at the center of the internet. they are unhealthy and can even be out right dangerous. Wouldn't this mean that the future of sites like this one should be pretty bright? It would be ..
|
|
Another suspiciously timed allergy flare up day today. The world continues to be very unhappy with my imperfections. Likely another tsunami on the way. Life goes on. Looking forward to another day. #
|
|
I tried to like Almond, but I didn’t at all. I think it’s perhaps because it was hard to empathise with a character who has no feelings…
|
|
When using an AI model, one of the things that you need to pay attention to is the number of tokens you send to the model. They literally cost you money, so you have to balance the amount of data you send to the model against how much of it is relevant to what you want it to do. That is especially important when you are building generic agents, which may be assigned a bunch of different tasks. The classic example is the human resourc....
|
|
When using an AI model, one of the things that you need to pay attention to is the number of tokens you send to the model. They literally cost you money, so you have to balance the amount of data you send to the model against how much of it is relevant to what you want it to do. That is especially important when you are building generic agents, which may be assigned a bunch of different tasks. The classic example is the human resourc....
|
|
How do you prepare your Python data science projects for production? What are the essential tools and techniques to make your code reproducible, organized, and testable? This week on the show, Khuyen Tran from CodeCut discusses her new book, "Production Ready Data Science."
|
|
Hello! We're very glad to inform you that the Black Friday weeks have started in AirVPN! Save up to 74% when compared to one month plan price Check all plans and discounts here: https://airvpn.org/buy If you're already our customer and you wish to jump aboard for a longer period, any additional subscription will be added on top of already existing subscriptions and you will not lose any day. AirVPN is one of the oldest and most experi....
|
|
Tech Questions #15 Old Thread >>86529 Ask your simple questions in this thread. You will get replies more likely if you use this thread because many posters regularly visit this thread.
|
|
Some of the most popular multiplayer games have added the ability to directly link your Discord account to the game! Learn how to link your Discord account to some big-name titles and see what sorta perks it provides.
|
|
How to Share What You’re Playing, Listening to, or Watching as Your Status on Discord
-
discord.com
-
6 months ago
-
eng
Playing a game right now? Listening to some tunes, or catching up on that one anime your friends won’t stop talking about? Learn how to show off what you’re up to as your Discord status and show @everyone what’s up!
|
|
As a software engineer let's use a tool to discuss with business and get out from there like a boss would do.
|
|
I managed to get a very minimal example of the Github Actions social media auto-poster workflow working. It proves that in theory the necessary sequence is possible. The reason it’s tricky is because I am trying to run all the auto-poster jobs in a job matrix in order to parallelize them. I’ve almost run out of build minutes this month, so here’s a summary, so I can pick it up again next month. It’s not really intended for anyone in parti....
|
|
i have been working on this for 3 weeks, i posted about it couple weeks ago and the thread is removed already. Anyways the forum works server side fully, 0 % retarded bloated javascript. Its all written in go with sqlite and native net/http library. I have rating system and the rating currency "chads", the blackpill rating system, messages etc. I have to fix lots of soykaf and add some stuff and it will be ready i htnk by the end of the m..
|
|
Just as I manage to finally clear the decks this morning, and about to get back to finishing the rebuild of the Github Actions auto-poster, the internet connection disappears. Literally within a few seconds. Looks like the world is productivity min-ing again. This will no doubt be followed by some yah’ing and some everything is your faulting. Hard not to wonder whether reality should have a .cause property . At least my blog is a website..
|
|
Introduction In the rapidly evolving landscape of Artificial Intelligence, Retrieval-Augmented Generation (RAG) has emerged as a pivotal technique for enhancing the factual accuracy and relevance of Large Language Models (LLMs). By enabling LLMs to retrieve information from external knowledge bases before generating responses, RAG mitigates common issues such as hallucination
|
|
I won’t be verbose, sentimental, circular, or emotionally cluttered. I’ll only lay down the core axis here. I’ll drop a single link — a "turning point". Leading to a place (obviously not spam or meaningless promotion). Whether you enter or not is up to you. Or more accurately — up to your essence, your cognitive limits, your biases, your beliefs. But if you still have the capacity to recognize these words — for what they are. Wi..
|
|
Automated Package-Publication Incident IndonesianFoods in the NPM Ecosystem Linked to Crypto Reward-Farming Scam
-
snyk.io
-
6 months ago
-
eng
In November 2025, a large-scale surge of package publications on the NPM registry with similar structures and naming patterns was discovered. Understand the details of the incident.
|
|
I discovered that my RSS feeds were rendering the title inside the description. Titles should go in the title field! I know I know. How embarrassing. Honestly it’s some sort of miracle of miracles that I even have RSS feeds that work at all. When I wrote the static site generator, I figured out how to do serverside components using just regular javascript and ejs templates, and that was pretty cool. It occurred to me that I could use the ....
|
|
Just pushed a pretty significant update to docker-harness. It was a tool I created originally to power some of my Docker containerized database tests. I pulled out the dependencies for each database to modularize it a bit. Each database module (MySQL, PostgreSQL, Redis, Memcached) now has its own go.mod and go.sum, which means you only pull in the dependencies for the databases you actually need. Also added some dependency updates, taking o..
|
|
What AI I Use How and When (November 2025 Update)
-
everything.intellectronica.net
-
6 months ago
-
eng
|
|
Building an AI Agent in RavenDB is very much like defining a class, you define all the things that it can do, the initial prompt to the AI model, and you specify which parameters the agent requires. Like a class, you can create an instance of an AI agent by starting a new conversation with it. Each conversation is a separate instance of the agent, with different parameters, an initial user prompt, and its own history. Here is a simple exam....
|
|
Building an AI Agent in RavenDB is very much like defining a class, you define all the things that it can do, the initial prompt to the AI model, and you specify which parameters the agent requires. Like a class, you can create an instance of an AI agent by starting a new conversation with it. Each conversation is a separate instance of the agent, with different parameters, an initial user prompt, and its own history. Here is a simple exam....
|
|
There is a difference between calming things down, achieving a state of calm, and a chaos-free life. Learn why it matters and how to be intentional about cultivating a calmer life.
|
|
Organizations Achieve 288% ROI with The Snyk AI Trust Platform, According to New Forrester TEI Study
-
snyk.io
-
6 months ago
-
eng
Organizations achieve 288% ROI with the Snyk AI Trust Platform, according to a new Forrester TEI study. Improve developer productivity, enhance security, and consolidate AppSec tools with Snyk.
|
|
In [[carling-outlier-detector]], I evaluated the probability of outlier detection for samples from the Normal distribution across different outlier detectors. I performed numerical simulations for small sample sizes, then confidently extrapolated the results to larger samples. As it turns out, this approach led to the wrong conclusion. This post corrects that error by extending the simulation to much larger sample sizes and updating the a....
|
|
Like it or not, WhatsApp is a necessity for some of us. I wish it weren't the case, but here we are. Given the circumstances, I wish I could use WhatsApp a little more on my terms. And by that, I mean from an Emacs client, of course. Surely I'm not the only one who feels this way, right? Right?! Fortunately, I'm not alone . With that in mind, I've been hard at work prototyping, exploring what's feasible. Spoiler alert: it's totally p....
|
|
In [[carling-outlier-detector]], I evaluated the probability of outlier detection for samples from the Normal distribution across different outlier detectors. I performed numerical simulations for small sample sizes, then confidently extrapolated the results to larger samples. As it turns out, this approach led to the wrong conclusion. This post corrects that error by extending the simulation to much larger sample sizes and updating the a....
|
|
Two days of very frustrating debugging Github Actions with Gemini, who seems to have completely perfected being a lemming and confidently launching itself into ever more precarious situations, and every time I have to descend into the depths of hell just to make the tinniest bit of progress, and somehow find a way out of the trail of destruction it has caused. Currently rebuilding a very complex workflow from scratch. I've had to build se..
|