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

Underground agriculture is an emerging field of agriculture that has the potential to help solve a big part of the current ecological crisis. How this can be achieved I want to explain in this article.

Redux is a state management library that is commonly used in React apps. Redux was created in 2015 and almost immediately became a common sight in React apps. This may have been due to the fact that many of the React docs assumed that Redux was installed along with the popularity of boilerplates that included Redux by default. As a result of this, many front-end developers including myself, incorrectly assumed that React had to be used with..

Comments Tools you’re familiar with The right tool for the job isn’t always the best tool. Some tools are made for a specific reason, but there is a learning curve and cognitive tax to know how to use new tools. Sometimes the right tool is the one that is good enough that you already know. The hardest part is knowing when to switch tools. If you work on a team this means updating documentation and training and maybe convincing the rest o..

A quick snippet to get some nicer debug of json and other mapped values. 1 2 3 4 5 6 7 8 //PrettyPrint print any interface func PrettyPrint(data interface{}) (err error) { indentedData, err := json.MarshalIndent(data, "", " ") if err == nil { fmt.Println(string(indentedData)) } return }

A quick snippet to get some nicer debug of json and other mapped values. 1 2 3 4 5 6 7 8 //PrettyPrint print any interface func PrettyPrint(data interface{}) (err error) { indentedData, err := json.MarshalIndent(data, "", " ") if err == nil { fmt.Println(string(indentedData)) } return }

Radio silence - rob.sh - 4 years ago - eng
For more regular updates, you can generally find me on instagram , or Héloïse on instagram . Héloïse on Mt. Tam at Sunrise - October 2021

Radio silence - rob.sh - 4 years ago - eng
For more regular updates, you can generally find me on instagram , or Héloïse on instagram . Héloïse on Mt. Tam at Sunrise - October 2021

Printable card games - fserb.com - 4 years ago - eng

Comments Stress As a junior developer you get assigned work and have to implement it and solve problems within a certain scope. As you get more senior you have more responsibility which often comes with more visibility and more pressure. Sometimes you’re a blocker for a new project or are part of an outage. These can be stressful situations.

I’ve been dealing with a botnet for the last few days, that’s been sending junk search queries at an increasingly aggressive rate. They were reasonably easy to flag and block but just kept increasing the rate until that stopped working. Long story short, my patience ran out and put my website behind cloudflare. I didn’t want to have to do this, because it does introduce a literal man in the middle and that kinda undermines the whole point..

A refactored digest of my reading of the month. A short introduction to give a bit of context : I have been looking for a way to share on a regular basis some of my learnings. I tend to go through a pretty large amount of content as part of my work and in general. So here I will try to provide it as a structured digest. The goal is to provide an interesting selection of content both practical and conceptual to help advancing how to use tech..

A refactored digest of my reading of the month. A short introduction to give a bit of context : I have been looking for a way to share on a regular basis some of my learnings. I tend to go through a pretty large amount of content as part of my work and in general. So here I will try to provide it as a structured digest. The goal is to provide an interesting selection of content both practical and conceptual to help advancing how to use tech..


super, which invokes A‘s code which will also call super which invokes B‘s code. See https://rhettinger.wordpress.com/2011/05/26/super-considered-super for more detail on what can be done with […]

Comments Puzzling Growing up my dad loved puzzles. He had the weirdest rule that I never understood. No matter how many pieces the puzzle had, he would look at the picture once when he opened it and never looked at it again. Thankfully, he never enforced that rule on us as kids, but I still don’t understand why he did it.

Web Browsing - www.marginalia.nu - 4 years ago - eng
An idea I’ve had for a long time with regards to navigating the web is to find a way to browse it. “Browse” a difficult word to use, because it has a newer connotation of just using a web browser, I mean it in the old pre-Internet sense, browse like when you flip through a magazine, or peruse an antiques shop, not really looking for anything in particular just sort of seeing if anything catches your eye.


Hispanic Heritage Month is a time to celebrate the contributions of Hispanic Americans in the United States from September 15 – October 15. In this post, Luisamaria Hernandez, People Experience Coordinator at Snyk, shares what Hispanic Heritage Month means to her, why language matters, and how her Hispanic heritage has influenced her as an operatic performer.

October - gyani.net - 4 years ago - eng
another month - Ok, September is here. 4 more months left. I know I am writing this on the 5th of the month. The last few days have been busy! Retrospective Running: I wanted to be at 1496 at the end of the month. I am at 1500. ✅ Reading: I wanted to...

Little Intuition - ztoz.blog - 4 years ago - eng
This is the 60th anniversary of the proof of Little’s Law, a widely useful rule for queuing systems that links throughput, response (cycle) time, and number of requests (work items). Unfortunately, although software engineers often operate queues or pipelines (modern computer systems are rife with queues, implicit and explicit), they aren’t exposed to the mathematical foundations and often fail to build intuition around how queues act opera....

Little Intuition - ztoz.blog - 4 years ago - eng
This is the 60th anniversary of the proof of Little’s Law, a widely useful rule for queuing systems that links throughput, response (cycle) time, and number of requests (work items). Unfortunately, although software engineers often operate queues or pipelines (modern computer systems are rife with queues, implicit and explicit), they aren’t exposed to the mathematical foundations and often fail to build intuition around how queues act opera....


Python 3.10 is here! This week on the show, two former guests and Real Python authors return to talk about the new version. Geir Arne Hjelle's article was posted to the site Monday, and it's titled "Python 3.10: Cool New Features for You to Try". Christopher Trudeau's video course came out on Tuesday, and it covers the topics from the article with multiple visual examples of Python 3.10 code.

Intro Method 1 (Mocks) Method 2 (httptest) Intro Both testing methods described here can be found in this repository . Be sure to run go generate before go test for the mocks to be generated. Otherwise, the mocking approach test described below will not work.

Introduction It is always fun to reexplore previously discovered techniques or pick back on old research that was put on the wayside in hopes to maybe finding something new or different. Recently, I stood up an ESXi server at home and decided to take a quick peak at the VMware directory structure after installing the […]

Snyk announces HashiCorp partnership with a new plugin for Terraform Cloud (TFC) to solve configuration security challenges common when delivering infrastructure as code.



Comments Stealing The Corner Office I listened to this book and here are the action items to help you climb the career ladder into senior leadership if that’s what you want. It’s not the best strategies for a dev/IC, but some of the tips are still helpful. If you can follow some of these tips your career climb hopefully won’t look like the gif.

Using snyk test, Snyk users can execute a scan of their project, resulting in a list of all the vulnerabilities identified. The new snyk fix command, takes this up a notch by automatically applying these recommendations.

License: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 _International Public License (CC BY-NC-ND _4.0) We all have goals and we all ask questions. Like everybody, I have a ton of goals that needs to be finished. Things I want to achieve or finish. I use todo list items to describes a goal. But when you start working on a todo list item, the thing you will have in your head won’t be goal itself, but a bunch of question....

A few months after I released my first .NET open source project (a niche one targeting the Italian fintech world), I was contacted by a representative of Team Digitale, the digital innovation branch of the Italian Public Administration. He suggested joining the Developers Italia initiative and moving my project to the their organization on GitHub “to enjoy enhanced visibility and broaden the audience”. I politely refused. I did not doubt ....

This week we announced Fugue IaC, which enables cloud engineering teams to secure their infrastructure as code (IaC) and cloud runtime environment using the same policies. For running IaC checks locally, Fugue developed Regula, an open source tool built on Open Policy Agent (OPA).


There's a certain type of movie I find that I really like. It's not exactly a genre. In fact it can exist in just about any genre. For lack…

Comments Your build tools are great, but no one wants to learn them I’ve never worked somewhere that had a completely off-the-shelf CI/CD system. In some cases the systems are just minor tweaks or wrapper scripts over common tools (usually Jenkins). In extreme cases it’s completely from scratch tooling that has syntax and behaviors I’ve never encountered before.

Introducing Snyk Learn: free, self-paced security education for developers. This new solution delivers high-quality, relevant educational content online that’s integrated within our Snyk security products, enabling any developer to become a secure developer.

Announcing Snyk Impact - snyk.io - 4 years ago - eng
We’re excited to share Snyk Impact, the ESG (Environment, Social, Governance) to formalize how we mobilize Snyk’s unique, compassionate culture and our valuable assets to scale social and environmental returns across all aspects of our operating model.

Snyk announces HashiCorp partnership with a new integration for Terraform Cloud (TFC) to solve configuration security challenges common when delivering infrastructure as code.

Announcing the open beta of Snyk Apps — new extensibility points that enable you to expand the Snyk platform to easily integrate into your specific workflows. With this new capability, our customers and partners can build apps for integrating Snyk into their tools and workflows in an easier and more secure way.

Fragments 0 - artemislena.eu - 4 years ago - eng
Ah, bathroom thoughts ^^ So, we came up with this: Basically, others like putting, yk, comics, or short stories or whatever on their sites, but those require like, writing some fiction usually, and that's not ideal for us cause imagining a character in our head… well, we're four of those basically ;D But we do produce a lotta thoughts over a day, usually (like most people I hope?) and we thought it'd be a nice idea'a write somea these dow....




29 visitors online