|
This page was created to celebrate all the contributors and people who helped SerHack in the last few years. There are few people that incredibely helped me into creating, developing and working on the website. Christoph Ono Christoph Ono is the designer behind my theme and my website. From fonts to colors, every single detail has been composed by him! He is a UX and digital product designer based in Munich, Germany. -Continue to read the a..
|
|
Cargo and crates.io are an amazing part of the Rust ecosystem and one of the things that makes Rust so pleasant to work with. However, it’s quite easy for your cargo dependencies to pile up without you noticing. For example you might blindly add the (rather awesome) reqwest crate, not realizing that...
|
|
Cargo and crates.io are an amazing part of the Rust ecosystem and one of the things that makes Rust so pleasant to work with. However, it’s quite easy for your cargo dependencies to pile up without you noticing. For example you might blindly add the (rather awesome) reqwest crate, not realizing that...
|
|
License compliance is crucial for being able to minimize the risk to the business but the only way to do so at scale and without impeding development is with a developer-first mindset.
|
|
We’re thrilled to announce Snyk’s developer-first license compliance management solution, designed to help you maintain a rapid development pace while also remaining compliant with the open source licenses you’re using in your code!
|
|
Modern computers have gotten so complex that the prospect of trying to understand them intimidates a lot of people. Unfortunately, many use that fear as an excuse not to even try. Nelson Elhage has some great advice for tackling this gargantuan task. Permalink.
|
|
These are the notes I took and lessons I learned when listening Adam Wathan's Presentation at Microconf. In his talk, 'Nailing your first launch', he talks about the steps necessary for a successful product launch.
|
|
We’re all monastics now — how will we use this time?” When we get to the other side of all this , what will you have done with all that time ? Permalink.
|
|
In the world of software engineering, the term Bus Factor refers to the number of people on your team that have to get hit by a bus for your project to collapse: The bus factor is a measurement of the risk resulting from information and capabilities not being shared among team members, derived from the phrase "in case they get hit by a bus." It is also known as the bread truck scenario, lottery factor, truck factor, bus/truck number, ....
|
|
So as of about 12 hours a new version of https://searchcode.com/ has been rolled out. It marks the biggest update to the site in over 4 years since I moved over to version 3 which you can read about https://boyter.org/2016/07/searchcode-com-architecture-migration-3-0/ The reason for it was that searchcode has always been something I kept running as a showpiece. It’s something that I can point to publicly and say “I did that”. The idea..
|
|
One of my most fascinating work experiences was going through the spokesperson certification process at a large tech co. This isn’t some rubber stamp virtual training to not use profanity on stage type training. This is the training they would give to any executive before you were greenlit to talk to press. When I say press I mean Techcrunch, but also Bloomberg, or Jim Cramer, or any major big brand news outlet. As a product manager over ....
|
|
One of my most fascinating work experiences was going through the spokesperson certification process at a large tech co. This isn’t some rubber stamp virtual training to not use profanity on stage type training. This is the training they would give to any executive before you were greenlit to talk to press. When I say press I mean Techcrunch, but also Bloomberg, or Jim Cramer, or any major big brand news outlet. As a product manager over ....
|
|
Table of Contents An Example: The Greeter CLI App Application Plug-ins With Layrry Finding Plug-in Implementations With the Java Service Loader Seeing it in Action Making applications extensible with some form of plug-ins is a very common pattern in software design: based on well-defined APIs provided by the application core, plug-ins can customize an application’s behavior and provide new functionality. Examples include des..
|
|
Table of Contents An Example: The Greeter CLI App Application Plug-ins With Layrry Finding Plug-in Implementations With the Java Service Loader Seeing it in Action Making applications extensible with some form of plug-ins is a very common pattern in software design: based on well-defined APIs provided by the application core, plug-ins can customize an application’s behavior and provide new functionality. Examples include des..
|
|
Link to posted video “CloudSphere: Impedance Matching Legacy Apps to Prometheus Monitoring by Greg Herlein & David Wang”
|
|
Link to posted video “CloudSphere: Impedance Matching Legacy Apps to Prometheus Monitoring by Greg Herlein & David Wang”
|
|
Link to posted video “CloudSphere: Impedance Matching Legacy Apps to Prometheus Monitoring by Greg Herlein & David Wang”
|
|
I’ve worked at four marketplace startups in my relatively short career. I do at least have enough experience on how I’ve seen successful (and unsuccessful) companies scale their engineering organizations for marketplaces. There is a unique problem of scale that only happens with marketplace startups and it is worth addressing as a post. If you are an engineering leader for a growing marketplace startup, here are a few tips to handle team gr..
|
|
I recently read a post on the habits of high-functioning teams with a great discussion over on HackerNews. One person, in particular, wondered if you could apply these concepts on to dysfunctional teams and turn them around. Since I’ve have the opportunity to turn around teams before I thought I would weigh in on this question with each habit.
|
|
From Paul Rascagneres and Vitor Ventura at Cisco Talos Intelligence: “Our tests showed that — on average — we achieved an ~80 percent success rate while using the fake fingerprints, where the sensors were bypassed at least once. ... The results show fingerprints are good enough to protect the average person’s privacy if they lose their phone. However, a person that is likely to be targeted by a well-funded and motivated actor should not..
|
|
The “Mediawiker” plugin makes Sublime the best IDE-like experience for editing wikis, particularly when one is primarily writing Scribunto/Lua modules. Here’s how I’ve set up my environment.
|
|
The “Mediawiker” plugin makes Sublime the best IDE-like experience for editing wikis, particularly when one is primarily writing Scribunto/Lua modules. Here’s how I’ve set up my environment.
|
|
It’s been 2 years working remotely as a Software Engineer at NextRoll, a tech company in Silicon Valley. When I started the journey to find a new job, I’ve never aimed to be working in the U.S. center of innovative technology companies. I didn’t think I could be the first Latina working remotely in one of these companies either. I was simply motivated to be open to new challenges. 25 minute read “What if?” Since the beginning of my car....
|
|
I combined elements from two recipes: 3 Ingredient oatmeal cookies (The Food Medic) , Amy's Healthy Banana Oatmeal Raisin Cookies (Amy's Healthy Baking) and added my own touches. Preheat oven Preheat the oven at 180°C. Mash bananas 2 medium ripe bananas. Mash until bananas have no significant lumps. Mix most ingredients (except oats) 4 tablespoons crunchy peanut butter. 1/2 teaspoon of ground cinnamon. 1/2 teaspoon of ground card....
|
|
Hashrocket - Today I Learned . jbranchaud/til: Today I Learned . secretgeek: Today I Learned . Simon Willison: TIL . til - zerokspot.com . Today I Learned — Sara Soueidan – Freelance-Front-End UI/UX Developer .
|
|
Social distancing has shaped an increase in usage of remote working tools. One such tool is Jitsi video conferencing. In this article, I want to describe how easy it is to spin up a free video conferencing server.
|
|
It’s always a good idea to check for security issues in code that you review. In case you don’t know what to look for, here’s a handy checklist to give you pointers for your next code reviews!
|
Over the past few years I have been participating in Stand-up meetings and it took me some time to find a convenient and effective way for keeping notes about what I was doing every day. I needed to be able to: keep notes on the issues I worked on, the meetings I participated in and stuff that blocked my work easily access these notes based on their date have an overview of what I did for example the last week all of the above from in....
|
Over the past few years I have been participating in Stand-up meetings and it took me some time to find a convenient and effective way for keeping notes about what I was doing every day. I needed to be able to: keep notes on the issues I worked on, the meetings I participated in and stuff that blocked my work easily access these notes based on their date have an overview of what I did for example the last week all of the above from in....
|
Over the past few years I have been participating in Stand-up meetings and it took me some time to find a convenient and effective way for keeping notes about what I was doing every day. I needed to be able to: keep notes on the issues I worked on, the meetings I participated in and stuff that blocked my work easily access these notes based on their date have an overview of what I did for example the last week all of the above from in....
|
|
As I read Tomas Petricek’s On architecture, urban planning and software construction , it reminded me of an interesting point Dan Luu made in How (some) good corporate engineering blogs are written : “There’s a dearth of real, in-depth, technical writing, which makes any half decent, honest, public writing about technical work interesting.” Tomas’ piece reminded me of this not because it lacks substance, but rather for the opposite re....
|
|
Modeling human behavior with physical laws - Introduction Where is the intersection of social-economic behavior and mathematics? Is it possible to use fundamental equations to model population behavior? A while back a colleague, Kevin James, and I created an interactive report detailing a hypothetical forced migration scenario in Yemen. That report gave a high-level graphic overview of...
|
|
Modeling human behavior with physical laws - Introduction Where is the intersection of social-economic behavior and mathematics? Is it possible to use fundamental equations to model population behavior? A while back a colleague, Kevin James, and I created an interactive report detailing a hypothetical forced migration scenario in Yemen. That report gave a high-level graphic overview of...
|
|
Taking Control of One's Workaholic Tendencies - The IT Anonymous Edition
-
fuzzyblog.io
-
6 years ago
-
eng
Please start by picturing a support group similar to Alcoholics Anonymous; Let's call it IT Anonymous : A dingy room in a church somewhere A coffee pot Cookies or donuts Chairs in a semi circle A place for people to stand and address the group We all know the drill - we've seen this scene a thousand times in movies or TV. And then you see me stand and address the group: Hi. I'm Scott. and the group responds with a chorus of: ....
|