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

I won’t pretend that the Sourcehut accessibility situation ideal, but it’s usable for the most part with assistive technologies IME. From what I can tell, it doesn’t have critical issues like hidden/un-focusable items, interactive widgets that don’t change states, keyboard traps, etc. The only other forge that generally passes that is GitHub. Core functionality all works, but ancillary functionality and quality-of-life could use some sign..

As Pride Month 2022 wraps up, we want to take a moment to highlight and reflect on of the events and activities Snyk hosted in celebration of Pride.

Balancing the needs of many users is hard. The gift of having a quirky setup is it improves inclusivity by default. In addition to using mainstream browsers with and without screen readers, I browse through other means: I often read by piping Readability output (using rdrview ) through a textual browser, using non-mainstream browser engines (e.g. NetSurf), using a textual feed reader with a bespoke markup renderer (Newsboat), and using the..

Generative Art AI - lagomor.ph - 3 years ago - eng
I’m deeply skeptical of most things happening in the tech sphere at the moment - but I am very excited for these recent, rapid developments in art generating neural networks. Being able to iterate an idea to drawing instantly is going to allow people to create wonderful things.

Re: Give up GitHub - seirdy.one - 3 years ago - eng
I might drop GitHub mirrors for new projects, but I worry that this could disproportionately cause friction among disabled users. The main reason I currently mirror to GitHub is accessibility. The only other forge I know of that’s usable with assistive technologies is Sourcehut, my primary forge. Many feel uncomfortable with Sourcehut’s style of contribution and the other FOSS forges are severely lacking, so that leaves GitHub. GitLab r....

One of jOOQ 3.17‘s coolest new features are client side computed columns. jOOQ 3.16 already added support for server side computed columns, which many of you appreciate for various reasons. What’s a computed column? A computed column is a column that is derived (“computed”) from an expression. It cannot be written to. It works like … Continue reading Create Dynamic Views with jOOQ 3.17’s new Virtual Client Side Computed Columns →

I am not, alas, a compiled languages guy. I do find Rust absolutely fascinating because by inverting the common assumptions, a whole class of software errors are being avoided. Given that we live in a constant shite show of software quality, any engineering practices that generate better code are highly desirable . Discovering testing and pair programming for me was I suspect as life changing as Rust feels to a C programmer. Even thou....


Your WYSIWYG editor - seirdy.one - 3 years ago - eng
Would love to see something that conforms properly to the WAI Authoring practices and supports microformats2. That could combine well with a stylesheet that doesn’t use any custom classes, just microformats classes and role attribute selectors. My current site doesn’t actually use any classes in the CSS apart from image-rendering utility classes; I use POSH, ARIA and microformats selectors for everything else. The great thing about a pu..

My 2022 Job Search - xavd.id - 3 years ago - eng
A recounting of my experience job hunting in 2022 for a Software Engineering position. Read the whole thing .

My 2022 Job Search - xavd.id - 3 years ago - eng
A recounting of my experience job hunting in 2022 for a Software Engineering position. Read the whole thing .


We’re pleased to announce Snyk’s new role-based access management capabilities, providing admins with greater flexibility in managing Snyk access in your organization!

Future proofing - ilearnt.com - 3 years ago - eng
It is always tempting when buying or designing things to plan for the future; to add features that make your design or purchase “future proof”.

We have a Sony Bravia television connected to a Sonos Beam which in turn is linked to a couple of Sonos Ones. They have been working fine for quite a while but suddenly lost sound.

Future proofing - ilearnt.com - 3 years ago - eng
It is always tempting when buying or designing things to plan for the future; to add features that make your design or purchase “future proof”.

We have a Sony Bravia television connected to a Sonos Beam which in turn is linked to a couple of Sonos Ones. They have been working fine for quite a while but suddenly lost sound.

I have the Sony WH-1000XM3 headphones. They’re good for consuming content. Audio calls with your colleagues? Forget about it. Thanks, Bluetooth. #notsponsored by Värska, it's just very hot right now. This is the setup I have to go with, and it has all to do with how Bluetooth works. Your options with Bluetooth headsets are the following: high quality sound output, no audio input low quality sound output, low quality audio inp....

W.G. Sebald is widely considered among the best modern German authors, so I approached this book with curiosity and high expectations. The Rings of Saturn records the author’s walking tour along the East Coast of England. As W.G. Sebald resides in the intellectual world, his tour naturally brings up literary, cultural or historical reminiscences. An astute Goodreads reviewer noted that Britain’s decline’s eccentric and grotesque aspects..

The core elements of a people-focused (as opposed to a community-focused) social network are subscribing to people for content and interacting with their content. Atom (and RSS) feeds already provide “subscription” functionality; what if we went further? Atom feeds can serve as the foundation for distributed social media. The OStatus protocol suite describes how Salmon, ActivityStreams, and threading extensions can turn an Atom feed int....




As I mentioned in a previous tutorial, I'm a big fan of Netlify and the services they offer developers—my favorite of their services being their static website hosting and serverless functions. When c... The post Developing a Web Application with Netlify Serverless Functions and MongoDB appeared first on MongoDB .

From day one, Snyk’s vision has been to enable development and security teams across the world to develop fast while staying secure. As part of this ongoing commitment, we are excited to announce the general availability of a new EU region (Frankfurt), supporting our growing expansion in the region by further helping EU-based organizations secure their applications with Snyk while also complying with their data residency needs!

At Snyk, we believe that every person should have the right to make a decision about their own reproductive health. As citizens, parents and leaders, we feel we have the responsibility to take a stand and fight back.

In one of the previous posts, I described the idea of the middle non-zero quantile absolute deviation. It’s defined as follows: $$ \operatorname{MNZQAD}(x, p) = \operatorname{QAD}(x, p, q_m), $$$$ q_m = \frac{q_0 + 1}{2}, \quad q_0 = \frac{\max(k - 1, 0)}{n - 1}, \quad k = \sum_{i=1}^n \mathbf{1}_{Q(x, p)}(x_i), $$ where $\mathbf{1}$ is the indicator function $$ \mathbf{1}_U(u) = \begin{cases} 1 & \textrm{if}\quad u = U,\\ 0 & \textrm{i..

In one of the previous posts, I described the idea of the middle non-zero quantile absolute deviation. It’s defined as follows: $$ \operatorname{MNZQAD}(x, p) = \operatorname{QAD}(x, p, q_m), $$$$ q_m = \frac{q_0 + 1}{2}, \quad q_0 = \frac{\max(k - 1, 0)}{n - 1}, \quad k = \sum_{i=1}^n \mathbf{1}_{Q(x, p)}(x_i), $$ where $\mathbf{1}$ is the indicator function $$ \mathbf{1}_U(u) = \begin{cases} 1 & \textrm{if}\quad u = U,\\ 0 & \textrm{i..

We over at my new project Focus Retreat Center have announced the dates for our inaugural Programming Retreat . We are so excited for this event! We have interesting applications rolling in and have already awarded several Residencies. If you are at all curious, please get in touch with us at team@focusretreatcenter.com or our contact form here . We are happy to answer any questions you may have about what a retreat experience is like..


I don’t know how I found this app but now I have to say that it saved me a lot of time and complications: ServerCat It’s a simply – but powerful – app to monitor the status of your servers and even run commands on them, also the same command to multiple servers. It also has a cloud sync feature and it runs on macOS, iOS and iPadOS (thanks to Catalyst) and a funny name that I think is due to use the ‘cat’ command to get the server detail..

Betterscaling was designed and implemented by Phil Frost. Phil was an exceptional engineer and a brilliant person, and he is dearly missed by all of us at Remind who knew him. I had the privilege of interviewing Phil extensively about Betterscaling over the course of writing this article — much of it is in his own words. I hope that it will serve in some small way to reflect his expertise and dedication to his craft, and to stand as a tri....

I don’t know how I found this app but now I have to say that it saved me a lot of time and complications: ServerCat It’s a simply – but powerful – app to monitor the status of your servers and even run commands on them, also the same command to multiple servers. It also has a cloud sync feature and it runs on macOS, iOS and iPadOS (thanks to Catalyst) and a funny name that I think is due to use the ‘cat’ command to get the server detail..

GitHub Actions has made it easier than ever to build a secure continuous integration and continuous delivery (CI/CD) pipeline for your GitHub projects. And by integrating Snyk into your GitHub CI/CD, you can automate security scanning as part of your build cycle prior to production.

Many users who need a significant degree of privacy will also be excluded, as JavaScript is a major fingerprinting vector. Users of the Tor Browser are encouraged to stick to the “Safest” security level. That security level disables dangerous features such as: Just-in-time compilation JavaScript SVG MathML Graphite font rendering automatic media playback Even if it were purely a choice in user hands, I’d still feel inclined to respect i....

I was curious to try out an Oru Kayak (which folds up for storage), and some friends kindly let me borrow theirs. It was easy going heading south with the wind, but going back north again the kayak sometimes had a mind of its own.

I was curious to try out an Oru Kayak (which folds up for storage), and some friends kindly let me borrow theirs. It was easy going heading south with the wind, but going back north again the kayak sometimes had a mind of its own.

Often times I find a interesting or useful project on Github that is abandoned and has some issues. Then I hope that someone already forked the repository and continued working on it. To find a fresh fork, I had to go to the Insights-tab in the repository, click on “Forks” and then look at all the listed forks to see if there is an active one. Tedious! Here are two projects that try to fix this: Fork Freshness ‘ results look nice - t....

Mullvad audit - seirdy.one - 3 years ago - eng
Mullvad’s recent audit by Assured AB was a bit concerning to me. Fail2ban and user-writable scripts running as root is not the sort of thing I’d expect in a service whose only job is to provide a secure relay. Avoiding and guarding root should be Sysadmin 101 material. I recommend any amateur Linux admins read audit reports like this. While some low-priority recommendations are a but cargo-cultish, most advice is pretty solid. Frankl..

The Raspberry Pi is a low cost device and it consumes low power. It can be used as a web server with your home internet and you will have complete freedom to implement ideas. Nowadays popular cloud services are costing high for the same specifications and recently banned some websites for showing some legal terms. This post will guide you how to configure and host a website on your home Raspberry Pi device with AT&T home network. All of ..

dictpress v1.0.0 - nadh.in - 3 years ago - eng
Repository: @knadh/dictpress GitHub release page: v1.0.0 Changelog fbe6477 Fix and compress static site’s images. e363a10 Add preview thumb to landing page. 92adde0 Add SQL import documentation. f2093b9 Add admin UI documentation. 0a71eaa Add version and URL to –help. 8233956 Fix empty sample config fields. d22e63f Add API changes to docs. 1a335ed Remove obsolete BasicAuth bypass check. 739df4a Remove numerical DB....

New version of MapTiler QGIS Plugin 3.0 with detailed global terrain, contour lines, hillshading, and maps using these terrain data for outdoor activities.

Style Queries - una.im - 3 years ago - eng

A few years ago I wrote about how we’ve got hard water . I thought I had fixed the issue, but our old water softener had gone kaput.

9 visitors online