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


Read a recap of our SnykLaunch event for October 2024, covering our new features that power a developer-first, risk-centric security experience.

2024-10-08-002 - srijan.ch - 1 year ago - eng
Read an interesting set of posts today: https://lethain.com/extract-the-kernel/ and https://lethain.com/executive-translation/ . The basic concept is: ... executives are generally directionally correct but specifically wrong, and it’s your job to understand the overarching direction without getting distracted by the narrow errors in their idea. This resonates well with my experience. I have been …

2024-10-08-002 - srijan.ch - 1 year ago - eng
Read an interesting set of posts today: https://lethain.com/extract-the-kernel/ and https://lethain.com/executive-translation/ . The basic concept is: ... executives are generally directionally correct but specifically wrong, and it’s your job to understand the overarching direction without getting distracted by the narrow errors in their idea. This resonates well with my experience. I have been …

So you’re building a container where it has packages, like npm ci or go mod download, and would you like to make it quicker? For example: COPY go.mod go.sum ./ RUN go mod download Normally when you edit go.mod or go.sum the go mod download will have to redownload all the packages as its cache was busted by the change in the files. Well - we can use inline bind mounts to avoid that.

So you have a docker build which requires access to an authenticated resource? Docker Secrets can help do this cleanly! Temporarily provide build-time secrets There are times when you want to provide a secret, or file with secrets in it, for use in your docker build. Now if you COPY secert.yaml /etc/secrets that’s going to end up in your public image 🫢😨 Also, secret are commonly outside the context of the docker build, say it’s $HOME/..

So you have some config that you want to provide to a service started from docker compose. Did you know you can keep things simple by inlining that config in the compose file, rather than messing with mounts? Inline content in docker-compose.yaml In our case we want a json file with 👇 mounted at /etc/consul/client.json { "node_name" : "consul-client" , "data_dir" : "/consul/data" , "log_level" : "..

This post is part of the T4p Series. In this post, we will briefly discuss candlesticks, their basics, types, and how you can use OHLC data to identify them. I’ll aim to keep it short and to the point. What is a CandleStick Candlesticks are graphical representations of price movements in financial markets, typically showing the opening, closing, high, and low prices for a specific time period. History of CandleSticks Candlestick charting ha....

2024-10-08-001 - srijan.ch - 1 year ago - eng
Tried using X11 on #Linux the last few days due to some issues with Zoom screensharing in Wayland with the latest pipewire, and I already miss #Wayland. Issues I faced with X11: Smooth scrolling broken Apps work noticeably slower Screen tearing This bug in Emacs GTK build: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67654 (To be fair, this is a GTK-specific issue, not X11 specific) I will go …

2024-10-08-001 - srijan.ch - 1 year ago - eng
Tried using X11 on #Linux the last few days due to some issues with Zoom screensharing in Wayland with the latest pipewire, and I already miss #Wayland. Issues I faced with X11: Smooth scrolling broken Apps work noticeably slower Screen tearing This bug in Emacs GTK build: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67654 (To be fair, this is a GTK-specific issue, not X11 specific) I will go …



This article explains how to install and configure the Intel VTune Profiler on Fedora to use advanced analysis such as the Memory Access tool

This article explains how to install and configure the Intel VTune Profiler on Fedora to use advanced analysis such as the Memory Access tool

Our Analytics team noticed an abnormally high volume of "accordion" toggle events on theScore Bet website. The site is built with React, and the component at the root of the issue was built on top of the native
and HTML elements for better accessibility. After investigating, we found that the issue stemmed from a misunderstanding of how the
element behaves. Let's start by looking at how the
and ....

For years I used email drafts as quick ways to gather notes. I’d hit compose, start writing notes and leave them as a draft until I needed them later.





People talk about htmx as though it's saving the web from single-page apps. Well, I guess I missed the memo, because I used htmx to build a single-page app.

People talk about htmx as though it's saving the web from single-page apps. Well, I guess I missed the memo, because I used htmx to build a single-page app.


Aviation has been a love of mine since I was a very little person. Living in Nevada, seeing posters and ads for the Reno Air Races, specifically the Texans, transfixed me. I was hooked. As a teenager, I got an RC glider and dabbled in RC gliders and planes until my early 20’s. Later in … Continue reading The post I Finally Bought My Dream Airplane appeared first on MiscDotGeek .

My daughter loves to make a big pile of books and then bring them over, asking me to read each one. This means I might read ten or so books in one sitting to her.

Table of Contents Creating Instances Configuring SSH Provisioning Software Try It Out Yourself Whenever I’ve need a Linux box for some testing or experimentation, or projects like the One Billion Row Challenge a few months back, my go-to solution is Hetzner Online , a data center operator here in Europe. Their prices for VMs are unbeatable, starting with 3,92 €/month for two shared vCPUs (either x64 or AArch64), fou....

Table of Contents Creating Instances Configuring SSH Provisioning Software Try It Out Yourself Whenever I’ve need a Linux box for some testing or experimentation, or projects like the One Billion Row Challenge a few months back, my go-to solution is Hetzner Online , a data center operator here in Europe. Their prices for VMs are unbeatable, starting with 3,92 €/month for two shared vCPUs (either x64 or AArch64), fou....

A decade ago, system design interview questions were broad, like "Design Facebook" or "Design WhatsApp," which were too complex to cover in an hour.

I don’t think most people realize how Firefox and Safari depend on Google for more than “just” revenue from default search engine deals and prototyping new web platform features. Off the top of my head, Safari and Firefox use the following Chromium libraries: libwebrtc, libbrotli, libvpx, libwebp, some color management libraries, libjxl ( Chromium may eventually contribute a Rust JPEG-XL implementation to Firefox ; it’s a hard image forma....

Databases - lainchan.org - 1 year ago - eng
What do you use to store data long term in your programs? I personally just use files and directories, like I'd make a directory called data and in it make directories like usr and in it make a directory for each user which would have files to hold information about that user. Simple to implement and isn't tied to any specific programming language or whatever, everything can read normal text files. Any time I tried to use "real" datab..

Music has always been an essential part of my life, and for years, my Sonos system satisfied that need, until a disastrous app update forced me to look elsewhere. This is the story of my switch to the Bluesound ecosystem and how it transformed my listening experience.

yesqlr v0.1.0 - nadh.in - 1 year ago - eng
Repository: @knadh/yesqlr GitHub release page: v0.1.0 Full Changelog : https://github.com/knadh/yesqlr/commits/v0.1.0

Escape Tour Oxford - ides.dev - 1 year ago - eng

Maximum Effort, Minimum Reward now has a podcast! I mean, I didn't do any work, but Google did! Hear AI make a podcast explaining an article about AI making a podcast! Are you confused? Me too!

Lisp Machines - lainchan.org - 1 year ago - eng
Have any of you ever used a Lisp Machine? I've heard that it was a glorious experience because of how well-integrated it was: the system-wide debugger, the editor with hypertext authoring features, the command line with GUI elements. Was it actually that good? Which features were the best and what do you miss from them on modern computers?

Punished For Being Born (Issue #184) 2024-10-05 12:45:00 +07:00 by Mark Smith This week’s newsletter is out! In this week’s edition : Fixing capitalism, Labour & the Middle East, Chamath solo, Vivek, Smartglasses, nuclear war risk, OpenAI makeover, boomers get with it, Europe vs Trump, AI Twitter, happiness, the AI supercycle Issue details: Title: Punished For Being Born Issue: 184 Page: issue webpage Another awesome is..

Run this command to remove shadows from your screenshots in macOS: defaults write com.apple.screencapture "disable-shadow" -bool "true"

Run this command to remove shadows from your screenshots in macOS: defaults write com.apple.screencapture "disable-shadow" -bool "true"

Run this command to remove shadows from your screenshots in macOS: defaults write com.apple.screencapture "disable-shadow" -bool "true"

I was avoiding getting out of bed when I came across a Mastodon post by @Foone that got me thinking. She had expressed a very reasonable thought, characteristic of her posts✪✪Ok, for the most part. You should consider buying her a coffee, her feed is great., to include descriptions in the metadata of image so you wouldn’t have to write and rewrite alt texts every time you upload a file.

Run this command to remove shadows from your screenshots in macOS: defaults write com.apple.screencapture "disable-shadow" -bool "true"

I recently watched an interesting video titled How AI & LLMs are Shaping Financial Advice by MIT Professor Andrew W. Lo . In it, he discusses how LLMs could be used for tasks like analyzing financial reports and offering sound financial advice. He also touches on the challenges of oversight, trust and fiduciary duty, sharing his thoughts on how these issues might be addressed in the long run. Right after that, YouTube suggested a news ....

Now that I am retired from programming for a living, I make generative art (not AI; see my post What Is Generative Art? ) every day. I belong to a discord community of generative artists, yet I stick out because I am the only person using Swift as my chosen language.


38 visitors online