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

New Service, hckrnws - vern.cc - 3 years ago - eng
New Service, hckrnws ~cobra Sun, 20 Nov 2022 hckrnws is an alternative front-end for Hacker News. That’s it.

New Service, Matrix-static ~cobra Sun, 20 Nov 2022 I set up matrix-static on ~vern. It’s the software that is used on view.matrix.org. I don’t like the centralization of Matrix, so public rooms on ~vern can be found via mvw.vern.cc. There isn’t much else to say about matrix-static.



Showcasing the software build for the Digital Photo Frame, and the challenges faced during that process.


Showcasing the software build for the Digital Photo Frame, and the challenges faced during that process.




A cat taking a compilers course. Credit: katiebcartoons.com. I got carried away with that title, sorry. I wrapped up David Beazley’s week-long compilers course yesterday and it was a total hoot. If you’ve been considering taking this course, I want to share my (lovely) experience and what you can expect from it. David’s compilers class is an intense, hands-on primer to implementing a programming language. Over five days, we built an interpr..

In this post, we'll learn how to install and use JUnit 5 to write unit tests for some Java code. We'll use the VSCode integrated development environment (IDE) for writing our tests and Java 11 with Maven to execute them.

What if you didn't have to worry about managing user passwords as a Python developer? That's where the WebAuthn protocol and new hardware standards are heading. This week on the show, Dan Moore from FusionAuth returns to discuss a password-less future.

If you work long enough as a software engineer you will end up doing a migration from one system to another.

I'm currently taking the Deep Learning nano degree offered by Udacity to deepen my knowledge of modern Machine Learning and Deep Learning. The course walks through the basics of ML and introduces PyTorch and will require knowledge of it in later stages. This post will be short and

There’s regular hiking, and then there’s Antarctica hiking. Check out brr’s report of a Sunday’s hike from McMurdo’s base up to the tip of Castle Rock, with spectacular views of Mount Erebus and the surroundings. brr’s Antarticta blog is a recent addition to my RSS feed collection. It’s always interesting to follow people living and working in the most remote parts of the world.



How to create anchored popups in Oracle APEX that are positioned close to the button that triggers it. They offer a nice UX for quick data input.




This article demonstrates how to configure TLS/SSL certificates with the Ingress controller in Kubernetes. We'll set up an NGINX Ingress controller, create a self-signed SSL/TLS certificate, create the necessary rules to link the SSL/TLS certificate to the controller, and hook it up to a Kubernetes sample app service.

In this article, you'll learn what dependency injection is, when you should use it, and what popular JavaScript frameworks it's implemented in.



One of the problems we wrestle with at Jane Street is how to understand and manage the costs associated with the positions we hold: things like margin, financing costs, market risk, regulatory capital requirements, and so on. To that end, we’ve built systems that estimate these costs and propose ways to reduce them. Essentially, this is a numerical optimization problem.

One of the problems we wrestle with at Jane Street is how to understand and manage the costs associated with the positions we hold: things like margin, financing costs, market risk, regulatory capital requirements, and so on. To that end, we’ve built systems that estimate these costs and propose ways to reduce them. Essentially, this is a numerical optimization problem.


I had a friend ask me what continuations are, and why they’re useful. There’s a ton of literature about continuations; this is just a simple example meant to showcase something small and hopefully grokkable. You will need to understand a little bit of Racket , but if you know any Scheme , that should be good enough. If you just want a quick primer, check out Learn X in Y minutes for Racket . #lang racket ;;; Export ....



I had a friend ask me what continuations are, and why they’re useful. There’s a ton of literature about continuations; this is just a simple example meant to showcase something small and hopefully grokkable. You will need to understand a little bit of Racket , but if you know any Scheme , that should be good enough. If you just want a quick primer, check out Learn X in Y minutes for Racket . #lang racket ;;; Export ....

In this article, we'll explore best practices for Kubernetes Secret management. Check out our Kubernetes security article for more security risks and best practices.

A self-attention block depicted as a neural network. In this post I will describe the attention mechanism, commonly used in transformers, a popular neural language architecture. Most of the most well-known large language models of late are based on the transformer architecture. Attention was first described in Attention is All You Need by Vaswani et al. What is attention? At a high level, attention is a mechanism for neural networks..

In this post, we'll recap Walz's experience using Snyk to detect and remediate Log4Shell at Atlassian, as well as Silverman's more in-depth talk about the impact of Log4Shell.

I just read a reddit post. It was about someone’s colleague who writes complex code over simple code. Unnecessarily I should add. At least as per the post. But that is when it struck me. The reason for writing simple code is the same as it is for simple writing. One of the best advices I got about writing was to write simple. You write simple and consumable sentences instead of using fancy words and complex sentences. This helps more read....

we can ship production code with Clojure. A strange bit of grumbling I hear from developers directs their angst toward not having "compile time type checking errors"

Problem: Compute the product of two polynomials efficiently. Solution: import numpy from numpy.fft import fft, ifft def poly_mul(p1, p2): """Multiply two polynomials. p1 and p2 are arrays of coefficients in degree-increasing order. """ deg1 = p1.shape[0] - 1 deg2 = p1.shape[0] - 1 # Would be 2*(deg1 + deg2) + 1, but the next-power-of-2 handles the +1 total_num_pts = 2 * (deg1 + deg2) next_power_of_2 = 1 << (total_num_pts - 1).

Problem: Compute the product of two polynomials efficiently. Solution: import numpy from numpy.fft import fft, ifft def poly_mul(p1, p2): """Multiply two polynomials. p1 and p2 are arrays of coefficients in degree-increasing order. """ deg1 = p1.shape[0] - 1 deg2 = p1.shape[0] - 1 # Would be 2*(deg1 + deg2) + 1, but the next-power-of-2 handles the +1 total_num_pts = 2 * (deg1 + deg2) next_power_of_2 = 1 << (total_num_pts - 1).

Problem: Compute the product of two polynomials efficiently. Solution: import numpy from numpy.fft import fft, ifft def poly_mul(p1, p2): """Multiply two polynomials. p1 and p2 are arrays of coefficients in degree-increasing order. """ deg1 = p1.shape[0] - 1 deg2 = p1.shape[0] - 1 # Would be 2*(deg1 + deg2) + 1, but the next-power-of-2 handles the +1 total_num_pts = 2 * (deg1 + deg2) next_power_of_2 = 1 << (total_num_pts - 1).

I spent the last week working from Tbilisi, Georgia and want to share what I experienced and where I could work and couldn’t. It’s not very easy to find a good place to work sadly. The friendliness from people working at coffee places and hotels leaves somewhat to be desired, sadly. I’m not quite sure yet it it’s their communication style or if it’s because I’m a foreigner (and might be mistaken for a russian somehow?).



36 visitors online