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

The year is half over and the official first day of summer is tomorrow. Meaning today is the twentieth and it’s time for another blog stat report.

Small web frameworks - seirdy.one - 3 years ago - eng
Preact is better than React for most use cases IMO. I think its small size can make it really powerful when you combine it with something like partial rehydration to make a view load instantly but reduce the time it takes to load the “interactivity” atop the static components. When the delay between loading the static components and interactivity is small, the app feels fast. When the delay is long, it would have been better to just block..

Chasing Glory - mebassett.info - 3 years ago - eng
Some days I can barely get out of my front door without tripping over my own contradictions and hypocrisies.



What if Firefox and Chromium placed a year-long moratorium on all new browser features unrelated to security, accessibility, and internationalization? Effort not spent on those initiatives could be re-directed towards bugfixes. Defining the word “major” might be hard but I think it’s an interesting idea. I’m not too worried about including Safari since it could spend those months catching up. Inspired by a similar article by Peter..

So, uhm, we currently have the situation that our backup server has two 3TB hard drives (one for the backups, one for backups of those backups, we don't use RAID1 or the like because it's more complicated and sometimes even less reliable, it seems), but we don't have any off-premise backups. We could get a cheap cloud storage provider that supports rclone or the like (the 400GB plan on Mega was the cheapest we could find that had enough sto....

迫于 Notion 的客户端比较慢,而且操作路径有点长,如果想当做快速笔记或者 TODO 来用还是不太够。 正好前段时间因为疫情在家待了三个月没出门,打算学学 Compose,所以顺便 :) 用 Notion 的 API 卷了个简单快速的客户端出来。 既然是当做快速笔记以及 TODO 来用,那内容的组织形式就是按照列表来的,会把 Notion 中的每个能被识别的内容块映射成列表中一个条目展开显示。每个 Notion 页面对应 NotionLight 中的一个 TAB。授权后自己选择将 Notion 中的对应的页面添加进来。 目前支持对内容快的添加、修改及删除操作,也支持 Android Shortcut 快速添加内容,可以说非常快速了。 主要技术栈:Compose+Kotlin+Coroutines+Retrofit. Google Play: https://play.google.com/store/apps/details?id=com.zhang..




Enjoyed reading the article above , really explains everything in detail, the article is very interesting and effective. Thank you and good luck in the upcoming articles appberth.com

Recently a member of the Rands Leadership slack went through and took some very detailed notes of the #engineering-effectiveness channel dating all the way back to 2017 to the present day and shared their notes with the rest of the group. I was floored by how much good information was in the document and plan to go over it in detail, but here are some of the key points I highlighted when it came to effective communication.

Lets imagine that one day we receive a layout design for a new screen from the designer, and that it looks something like this: Super easy, barely an inconvenience The design also comes with some minor instructions. The cyan rectangle never changes its size The cyan rectangle is always on the right side of the screen The green rectangle takes up the remaining horizontal space, filling the remaining width The green rectangle can be populated..

Lets imagine that one day we receive a layout design for a new screen from the designer, and that it looks something like this: Super easy, barely an inconvenience The design also comes with some minor instructions. The cyan rectangle never changes its size The cyan rectangle is always on the right side of the screen The green rectangle takes up the remaining horizontal space, filling the remaining width The green rectangle can be populated..

Dear Zach - aerotwist.com - 3 years ago - eng

Some days ago I received a cool piece of “contemporary art”: the iPhone 3G frame by Grid, and I want to share my review of it because I think it’s an interesting product for the geek/Apple lovers and it has a correct price tag (in my opinion). Disclaimer: I’m not involved with Grid and I (unfortunately 😁) paid the full price for it and nobody asked me for a review.

This is my favorite book on the topic of entrepreneurhip. It doesn't matter what stage you are at, whether just trying to find an idea to work on, or already have a profitable company, you will surely learn something new from Sahil.

Some days ago I received a cool piece of “contemporary art”: the iPhone 3G frame by Grid, and I want to share my review of it because I think it’s an interesting product for the geek/Apple lovers and it has a correct price tag (in my opinion). Disclaimer: I’m not involved with Grid and I (unfortunately 😁) paid the full price for it and nobody asked me for a review.

Dear Zach - aerotwist.com - 3 years ago - eng

This Sunday, June 19th, marks Father’s Day in many countries around the world. To celebrate this day, we’d like to highlight some of our amazing Snyk dads and the special moments they shared in our #fun-goodkids internal Slack channel. Take a look at these adorable kiddos! Happy Father’s Day to all of our Snyk dads, and to everyone else who celebrates!

Selectivity Rich - matthewc.dev - 3 years ago - eng
I have a friend who claims food delivery is too expensive and would just go and pick it up themselves. To me, if I’m hot and tired from working on some house thing, I love just hitting a button and hopping in the shower knowing some kind soul will deliver food to my door by the time I’m out. Ethical concerns about food delivery companies aside (I try to tip well), it’s something I value more than my friend does.

Nextcloud is notorious in the selfhosted community of being difficult for some people to achieve a decent level of performance. After enabling the basic caching with both APCu and Redis there are several options to trim some fat. Once all the easy stuff is taken care of the hidden bottlenecks is where I am focusing my efforts. So far I have had some success by switching to UNIX sockets in my dockerised Nextcloud deployment. Generally ....

Nextcloud is notorious in the selfhosted community of being difficult for some people to achieve a decent level of performance. After enabling the basic caching with both APCu and Redis there are several options to trim some fat. Once all the easy stuff is taken care of the hidden bottlenecks is where I am focusing my efforts. So far I have had some success by switching to UNIX sockets in my dockerised Nextcloud deployment. Generally ....

Are you interested in a career in security using Python? Would you like to stay ahead of potential vulnerabilities in your Python applications? This week on the show, James Pleger talks about Python information security, incident response, and forensics.


koanf v1.4.2 - nadh.in - 3 years ago - eng
Repository: @knadh/koanf GitHub release page: v1.4.2 What’s Changed Document another viper footgun by @albertvaka in https://github.com/knadh/koanf/pull/141 Add missing types to FlagVal by @muXxer in https://github.com/knadh/koanf/pull/147 Add github workflow status badge in Readme by @amarlearning in https://github.com/knadh/koanf/pull/148

Asynchronous background jobs can dramatically improve the performance and scalability of web applications by offloading resource-intensive and time consuming processing from the request-response cycle of an application. Last year, in an effort to make our asynchronous flows more reliable, secure, and scalable, we decided to move away from our self-hosted solution that was based on RabbitMQ and Kafka, to a fully-managed one. This was done ....




Approximate string matching algorithms (ASMA) determine if two strings are the same, “close enough”, or are distinct. Spelling error detection and correction were early applications of these algorithms, and today ASMAs (or similar techniques) are used in natural language understanding applications. Hundreds of papers have been written on the subject ( 1980 survey , 2001 survey ), but this post is focused on the subset of algorithms that we....

Approximate string matching algorithms (ASMA) determine if two strings are the same, “close enough”, or are distinct. Spelling error detection and correction were early applications of these algorithms, and today ASMAs (or similar techniques) are used in natural language understanding applications. Hundreds of papers have been written on the subject ( 1980 survey , 2001 survey ), but this post is focused on the subset of algorithms that we....

Juneteenth, or freedom day, is one of bittersweet celebrations. The day, June 19th 1865, marks the day federal troops arrived in Galveston, Texas, to free the remaining enslaved people in the United States. Today we take a moment to honor and celebrate those who came before us and carry on their mission for true equality.

Doximity is hiring (see roles)  — find out more about our technical stack . Like many other software engineers, I enjoy a good data visualization. Most of the enjoyment comes from how easily our brains process what we see. In truth, we train our minds every day to extract meaning out of the colors and lines in our environment. That joy, of course, vanishes when inspecting a wall of text-based data like that of a test log. Without any use....

I want to agree, with one caveat: if you’re a government or healthcare website you might still want to test with IE-mode to make sure critical functionality is at least usable . There are still companies that require you to use their sites in Internet Explorer with compatibility mode (emulates either IE 7 or IE 5, depending on some properties of the markup/headers). QuickBooks Desktop 2022 and PEACH . And as long as some software requir....

Here are 4 tricks that I’ve found to make my life easier and help me communicate better with my co-workers. 1. Store screenshots in a folder on your Dock 📂 How do you keep your desktop from being overrun with screenshots? The macOS default is to just dump the images next to everything else you store. If, like me, you take a lot of screenshots, your desktop can quickly fill up. The solution: store them in a Dock folder like Steve Job....

Here are 4 tricks that I’ve found to make my life easier and help me communicate better with my co-workers. 1. Store screenshots in a folder on your Dock 📂 How do you keep your desktop from being overrun with screenshots? The macOS default is to just dump the images next to everything else you store. If, like me, you take a lot of screenshots, your desktop can quickly fill up. The solution: store them in a Dock folder like Steve Job....

profiler v0.1.0 - nadh.in - 3 years ago - eng
Repository: @knadh/profiler GitHub release page: v0.1.0 Full Changelog : https://github.com/knadh/profiler/commits/v0.1.0

On automation - blog.bayindirh.io - 3 years ago - eng
Exploring minimalism is a multifaceted journey. As I travel down the path; different ideas, problems, ways and possibilities appear. These branches lead to different interpretations of minimalism, but some of them brings the ultimate vision of more time and inner peace nearer. One of such paths is workflows. Every human being performs repetitive tasks. The tasks are small in size, relatively easy and doesn't require much brain power, henc....

On automation - blog.bayindirh.io - 3 years ago - eng
Exploring minimalism is a multifaceted journey. As I travel down the path; different ideas, problems, ways and possibilities appear. These branches lead to different interpretations of minimalism, but some of them brings the ultimate vision of more time and inner peace nearer. One of such paths is workflows. Every human being performs repetitive tasks. The tasks are small in size, relatively easy and doesn't require much brain power, henc....

I am not a big fan of wearing clothing that has large logos/branding, nor do I like to write about products I use. However, this is a special circumstance. There are two products I have been using for some time now that have changed my life. Hyperbole? Probably. I am not a fan of cold weather but I can be warmed up to it as I do enjoy snowboarding. I do not enjoy everything that is involved in getting up to the top of the mountain, name....

I had a bloody awful Sunday three days ago. I had started work on a new application that had Ruby 3.1 set in its Gemfile and I blithely installed Ruby 3.1 using RVM. And then my life began to suck slimy green toads with errors like this: /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/yaml.rb:3: warning: It seems your ruby installation is missing psych (for YAML output). To eliminate this warning, please insta....

Khái niệm STEM đang trở nên ngày càng phổ biến trong giáo dục phổ thông nhưng có thể chúng ta vẫn chưa hiểu rõ về nó để có thể áp dụng đúng cho việc dạy và học. Trong bài viết này, chúng ta sẽ cùng tìm hiểu thật chi tiết và rõ ràng về STEM. Giới … Continue reading Tìm hiểu về giáo dục STEM: Khái niệm và Phương pháp giảng dạy The post Tìm hiểu về giáo dục STEM: Khái niệm và Phương pháp giảng dạy appeared first on Peter Hung .

55 visitors online