|
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..
|
|
4 alternative tools to replace Terraform in your Infrastructure as Code
-
www.patrickdap.com
-
2 years ago
-
spa
Terraform is switching to a BSL license, where can we go now? With Hashicorp moving a bit away from their roots in the Open Source world and going into the more locked-in, don't-compete-with-me kinda scenario, it's hard not to start thinking whether you should be looking at jumping ship away from your massive Terraform setup. If you're in that boat, where can you go? What are the alternatives to Terraform? In this article, I'll provide so..
|
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..
|
|
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
|
|
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 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 Design Patterns for Better Code Organization and Maintainability
-
akashrajpurohit.com
-
2 years ago
-
eng
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.
|
|
In this comprehensive video, I demonstrate how simple it is to get started using Jupyter Notebooks to run arbitrary Python
|
|
JavaScript Design Patterns for Better Code Organization and Maintainability
-
akashrajpurohit.com
-
2 years ago
-
eng
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..
|
|
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.
|
|
Part #2 Live code review: Pinecone Vercel starter template and Retrieval Augmented Generation (RAG).
-
zackproser.com
-
2 years ago
-
eng
Part #2 of our Twitch Livestream: walking through the Pinecone Vercel AI chatbot template commit-by-commit
|
|
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 .
|