Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

Assumed Audience : Programmers and hackers. Discuss on Hacker News . Epistemic Status : Confident. Introduction So I was part of the founding group of Stack Exchange’s Programming Language Design and Implementation site. I joined because I’m designing a language myself. At first, things were great. And then came one person. Now, I respected this person. I like several blog posts on this person’s blog, which are mostly on pr..

Assumed Audience : Programmers and hackers. Discuss on Hacker News . Epistemic Status : Confident. Introduction So I was part of the founding group of Stack Exchange’s Programming Language Design and Implementation site. I joined because I’m designing a language myself. At first, things were great. And then came one person. Now, I respected this person. I like several blog posts on this person’s blog, which are mostly on pr..

Assumed Audience : Programmers and hackers. Discuss on Hacker News . Epistemic Status : Confident. Introduction So I was part of the founding group of Stack Exchange’s Programming Language Design and Implementation site. I joined because I’m designing a language myself. At first, things were great. And then came one person. Now, I respected this person. I like several blog posts on this person’s blog, which are mostly on pr..

Assumed Audience : Programmers and hackers. Discuss on Hacker News . Epistemic Status : Confident. Introduction So I was part of the founding group of Stack Exchange’s Programming Language Design and Implementation site. I joined because I’m designing a language myself. At first, things were great. And then came one person. Now, I respected this person. I like several blog posts on this person’s blog, which are mostly on pr..

Assumed Audience : Programmers and hackers. Discuss on Hacker News . Epistemic Status : Confident. Introduction So I was part of the founding group of Stack Exchange’s Programming Language Design and Implementation site. I joined because I’m designing a language myself. At first, things were great. And then came one person. Now, I respected this person. I like several blog posts on this person’s blog, which are mostly on pr..

As you might have heard mentioned in the DEF CON Closing Ceremonies, DEF CON 31 was the second year that we had a roving Video Team doing interviews around the conference. Get a peek at how villages and contests work and meet the amazing community that keeps DC fresh- check out the developing playlist Watch this space in the coming days for DEF CON 31 updates of all kinds - contest results, press coverage, videos of the talks and vi..

In JavaScript, partial application is a powerful technique that allows you to create new functions by fixing some, but not all of the arguments of an existing function. This technique can help you write cleaner, more concise code, and improve the reusability of your functions. In this article, we'll explore what partial application is, how it works, and how to use it in your own code.

In JavaScript, partial application is a powerful technique that allows you to create new functions by fixing some, but not all of the arguments of an existing function. This technique can help you write cleaner, more concise code, and improve the reusability of your functions. In this article, we'll explore what partial application is, how it works, and how to use it in your own code.

Assumed Audience : Anyone with any opinion about “AI,” especially LLM’s. Discuss on Hacker News . Epistemic Status : Satisfied. So OpenAI recently revealed info about its spider . That information included its bot name (GPTBot) and its user agent string. But even more importantly, they revealed the IP address blocks that they would use. So I blocked them all. I also blocked their spider with robots.txt and my server; the..

Assumed Audience : Anyone with any opinion about “AI,” especially LLM’s. Discuss on Hacker News . Epistemic Status : Satisfied. So OpenAI recently revealed info about its spider . That information included its bot name (GPTBot) and its user agent string. But even more importantly, they revealed the IP address blocks that they would use. So I blocked them all. I also blocked their spider with robots.txt and my server; the..

Assumed Audience : Anyone with any opinion about “AI,” especially LLM’s. Discuss on Hacker News . Epistemic Status : Satisfied. So OpenAI recently revealed info about its spider . That information included its bot name (GPTBot) and its user agent string. But even more importantly, they revealed the IP address blocks that they would use. So I blocked them all. I also blocked their spider with robots.txt and my server; the..

Assumed Audience : Anyone with any opinion about “AI,” especially LLM’s. Discuss on Hacker News . Epistemic Status : Satisfied. So OpenAI recently revealed info about its spider . That information included its bot name (GPTBot) and its user agent string. But even more importantly, they revealed the IP address blocks that they would use. So I blocked them all. I also blocked their spider with robots.txt and my server; the..

Assumed Audience : Anyone with any opinion about “AI,” especially LLM’s. Discuss on Hacker News . Epistemic Status : Satisfied. So OpenAI recently revealed info about its spider . That information included its bot name (GPTBot) and its user agent string. But even more importantly, they revealed the IP address blocks that they would use. So I blocked them all. I also blocked their spider with robots.txt and my server; the..

Assumed Audience : Anyone with any opinion about “AI,” especially LLM’s. Discuss on Hacker News . Epistemic Status : Satisfied. So OpenAI recently revealed info about its spider . That information included its bot name (GPTBot) and its user agent string. But even more importantly, they revealed the IP address blocks that they would use. So I blocked them all. I also blocked their spider with robots.txt and my server; the..

Assumed Audience : Anyone with any opinion about “AI,” especially LLM’s. Discuss on Hacker News . Epistemic Status : Satisfied. So OpenAI recently revealed info about its spider . That information included its bot name (GPTBot) and its user agent string. But even more importantly, they revealed the IP address blocks that they would use. So I blocked them all. I also blocked their spider with robots.txt and my server; the..

We recently spent just under two weeks visiting Croatia and in particular the Istrian peninsular. These are my notes and thoughts from the holiday.

We recently spent just under two weeks visiting Croatia and in particular the Istrian peninsular. These are my notes and thoughts from the holiday.

This is a weekly newsletter on the Software as a Service world. Learning, building, and shipping. Written by Ethan Mick . A small note and a humble victory – today, I had to pay for the larger plan on Ghost because my newsletter has too many members. I totally forgot this

Favorite Perfumes - neil.computer - 2 years ago - eng
A quick condensed list based on over 15 years of exploration in the world of perfumery. I didn't include obvious classics such as Polo Green and Aramis. If I were to pick 3 perfumes to wear for life, it would be: Hermes Bel Ami, Chanel Antaeus and Serge

I was about to clean up some docker-compose.yml files, when I found out it is possible to include other files. But then I got (root) Additional property include is not allowed. $ docker-compose pull ( root ) Additional property include is not allowed

Series Here are all the posts in this series about the slices package. Binary Search Clip, Clone, and Compact Compare Contains, Delete, and Equal Introduction In the first post of this series, I discussed the binary search API from the slices package that is now part of the standard library with the release of version 1.21. In this post, I will share how the Clip, Clone, and Compact APIs work. Clip The Clip API can be used ..

In this comprehensive video, I demonstrate how simple it is to get started using Jupyter Notebooks to run arbitrary Python

In this article, we will delve into the world of fibers and their role in functional effect systems like ZIO or Effect. By exploring fibers and their various features, we aim to equip you with the ability to handle concurrency effectively in functional programming environments. We will discuss different concurrency combinators and demonstrate how they simplify the management of concurrent and asynchronous operations. Intro to Effect seri....

JavaScript has become a popular programming language for building complex web applications, but with its increasing complexity, maintaining and organizing code can be a daunting task. However, using design patterns can help you structure your code for better organization and maintainability. In this article, we will explore some of the most common JavaScript design patterns and how to implement them in your code.

JavaScript has become a popular programming language for building complex web applications, but with its increasing complexity, maintaining and organizing code can be a daunting task. However, using design patterns can help you structure your code for better organization and maintainability. In this article, we will explore some of the most common JavaScript design patterns and how to implement them in your code.




Describes the WordStar diamond, a wonderful set of key bindings from the 1970s, and how you can use it in 2023 on Linux or Windows.

Hi, Was unterscheidet eine Anwendung von einer (mathematischen) Funktion? Eine Funktion nimmt einen Input x und transformiert ihn zu einem Output. Wenn gilt f(x) = 2 * x, dann ist das Ergebnis dieser Funktion bei der Eingabe von jedem x immer gleich. Es gibt keine Seiteneffekte. Wir nennen dieses Verhalten stateless. Aber was hat das mit der Frage vom Anfang zutun? Eine Anwendung geht darüber hinaus. (Fast) jede Anwendung muss m..




Part #2 of our Twitch Livestream: walking through the Pinecone Vercel AI chatbot template commit-by-commit

First off, if you can have a real network cable, use that. As temporary measure I set up a powerline connection between the apartment and basement. Connection speeds vary quite a bit and I wanted to be able to monitor reported network speeds.

These four new features include: animating display and content-visibility on a keyframe timeline, the transition-behavior property, the @starting-style rule, and the overlay property.


CNET actually didn’t have to delete old articles to improve ranking. If CNET simply removed those articles from its sitemap, used WebSub to inform Google (and IndexNow to inform Bing, Seznam, and Yandex) of new higher-priority pages, and maybe used robots.txt to disallow crawling of stale pages: CNET could keep old content but prioritize the crawling of recent content. Nothing I just described is Google-specific; these are all agreed-upon..


A few years ago, when Xiaomi was making its Dafang WiFi camera, I bought two of them for a relatively low price. Since then, before every family vacation, I’ve set up one of them to spy on monitor our cat … Continue reading → The post How to Unbrick the Xiaomi Dafang Camera first appeared on hackup.net .

Note: School Days anime spoilers ahead. I hope that does not matter to you since School Days is 16 years old […]

Why read the Working Backwards book? Amazon is not very popular right now, with many media criticizing its treatment of workers and its cut-throat culture. Still, love them or hate them, there are some undeniable achievements. Amazon is a tech … Continue reading →

Diving deep into the world of Baldur’s Gate 3, I've discovered it's more than just a game. The choices we make, the strategies we employ, they mirror our real-life engineering challenges. From Faerun to the lab, there's always more than one path to success. Check out my latest blog post to see how this epic game intertwines with the world of engineering!

Pointers are a frequently confusing topic for intermediate computer science students. A misunderstanding about the arithmetic surrounding pointers or even the very nature of what a pointer is, is a significant barrier to students that need to code in C or C++, or do tasks with large data that needs to be efficient. By the end, you'll have a working understanding of pointers and how to modify them with math.

91 visitors online