|
Some notes on earphones related to the last post : The aforementioned noise-canceling earbuds are Sony WF-1000XM4. They're really good at noise-canceling, obviously, and the ambient sound mode actually amplifies the outside since the isolation is pretty strong on its own. I got mine bundled with my phone (Xperia 5 IV), which you can see also suffers Sony's inability to name products with anything more meaningful than a glorified serial n..
|
|
I recently got some new noise-canceling earbuds, and they are terrifyingly effective. Although I have thoughts on sound quality, technology, whatever, this post is not about that. It's about how when I walk down the street and tap my left earbud, it only takes seconds to eject me from this world. A polite robot announces, Noise canceling . A light swell of static obscures outside sounds. But as the static fades, the noise of the world do....
|
|
Often times, software engineers are faced with the prospect of adding new functionalities or checking in new code that seems to be beneficial but are not core to the product, things like additional settings, corner cases, functionality for power users, etc.
|
|
Networking events in NYC and the conversations haven't really given me what I was looking for. In the spirit of doing, I decided to try and create a new event which would be a better fit for what I want to attend.
|
|
Visit the original n-gate.com for context. 23-29 January, 2023 Replacing a SQL analyst with 26 recursive GPT prompts (comments) An Internet replaces a person with a series of increasingly desperate computer programs. Hackernews is both outraged and excited by the idea of replacing human labor with increasingly desperate computer programs. One Hackernews is mad that […]
|
|
Imagine you work with some data and assume that the underlying distribution is approximately normal. In such cases, the data analysis typically involves non-robust statistics like the mean and the standard deviation. While these metrics are highly efficient under normality, they make the analysis procedure fragile: a single extreme value can corrupt all the results. You may not expect any significant outliers, but you can never be 100% sure..
|
|
Imagine you work with some data and assume that the underlying distribution is approximately normal. In such cases, the data analysis typically involves non-robust statistics like the mean and the standard deviation. While these metrics are highly efficient under normality, they make the analysis procedure fragile: a single extreme value can corrupt all the results. You may not expect any significant outliers, but you can never be 100% sure..
|
|
Interfaces 101 : Implementing Generics with Interfaces Ep. 1
-
www.ardanlabs.com
-
3 years ago
-
eng
Introduction Go interfaces are beneficial to Go developers because they: Allow interfaces to separate mechanism from behavior. Increase flexibility of function parameters. Enable mocking of function parameters. With the addition of generics in Go 1.18, interfaces can be used to constrain the types of values a generic function will accept. To dive deeper into Go interfaces, we invite you to join Miki in his latest series dedicated to Go..
|
Join us April 13-14, 2023 in the Meydenbauer Center for a full roster of of intense two-day training sessions selected to expand the toolsets of hackers and security researchers of all kinds. Seats are limited, so don’t delay. The deep early bird discounts expire January 31. Use this discount code for an additional $50 off: Y4EJDX7YXAXX This discount code expires Jan 31. Full details at training.defcon.org .
|
Reader “Joel” had an insightful comment on the first part of this series which I thought deserved a short episode of its own. Recall that we proved the theorem “if a compositional forest contains a mockingbird then every bird in … Continue reading →
|
|
When you first create a status page, it’s probably because you want to communicate outages to your customers. The faster you can share details about an outage, the sooner your customers know what’s going on, and the more effectively they can handle the outage. Communicating promptly – in clear language – builds trust. And as a young company with a customer centric focus, that’s your top priority. So why is it that as an industry, we no ....
|
|
Why it's important for a company to balance technology, vision, sales, and product. - A colleague recently shared a video entitled “Escaping the Build Trap”[1]. This video was the keynote address in the 2018 Productized conference. In the keynote address, Melissa Perri discussed how to build organizations that thrive off of product management. The talk is in part based on her book, Escaping the...
|
|
Why it's important for a company to balance technology, vision, sales, and product. - A colleague recently shared a video entitled “Escaping the Build Trap”[1]. This video was the keynote address in the 2018 Productized conference. In the keynote address, Melissa Perri discussed how to build organizations that thrive off of product management. The talk is in part based on her book, Escaping the...
|
|
Python offers a range of libraries for encrypting and securing network communication. In this article, we will explore two of the most popular — cryptography and Paramiko.
|
|
In this post, we will cover three Advanced IntelliJ debugger features that I’ve found to be audience favorites when giving talks on this subject.
|
|
Photo by James Yarema / Unsplash On January 20, 2023 I saw a new thread on the top of Hacker News named: " Google to reduce workforce by 12k" . This linked directly to a post from Sundar Pichai about letting go of 12,000 employees. If we look at Google&
|
|
I've been using ChatGPT a bunch. I generated a job posting with it, made it write some basic descriptions, suggesting code as well. It is genuinely useful. I'm sure most people have tried having fun convos with it involving self-awareness, and it's fun to see how it responds.
|
|
SvelteKit 1 with SQLite: Displaying, Changing and Searching Data
-
hartenfeller.dev
-
3 years ago
-
eng
SvelteKit and SQLite are a great combo as they are both lightweight and easy to use, making it simple to build high-performance, data-driven web applications.
|
|
I've been using ChatGPT a bunch. I generated a job posting with it, made it write some basic descriptions, suggesting code as well. It is genuinely useful. I'm sure most people have tried having fun convos with it involving self-awareness, and it's fun to see how it responds.
|
|
Lessons learned streaming building a Scheme-like interpreter in Go
-
notes.eatonphil.com
-
3 years ago
-
eng
I wanted to practice making coding videos so I did a four-part series on writing a basic Scheme-like language (minus macros and arrays and tons of stuff). I picked this simple topic because I wanted a low-stakes way to learn what I did not know about making videos. Here was the end result (nothing crazy): $ go build $ cat examples/fib . scm ( func fib ( a ) ( if ( < a 2 ) ....
|
|
Our funnel analysis SQL generator is significantly easier to use than this contraption. Credit: katiebcartoons.com 👋 I wrote this while investigating a product opportunity in the product analytics space. We started and stopped this work in the first half of 2023, but I’m leaving this here for posterity. Related posts: Introducing Baxter: deep-dive event analytics on your data warehouse Funnel analysis in SQL using window functions, range fr..
|
|
Planet Lite, our copyright-free map of the entire world, has been upgraded with enhanced features and issue fixes have been made to our lite version of MapTiler Planet. This latest release of the Lite version of MapTiler Planet has improved compatibility, boundaries, and some new features and upgrades.
|
|
Hey y’all, welcome to the first edition of the Solomon.io newsletter. Now, I know this newsletter isn’t exactly new to most of you.
|
|
One day my squad mate at a Clojure startup committed a macro to the codebase, and I was quick to reprimand them for it as the same functionality could have been implemented with Clojure core functions. Peeling back the decision rationale, I discovered my colleague had never learned the first
|
|
I feel bad because Java is the only programming language I am comfortable with
-
lainchan.org
-
3 years ago
-
eng
As the title says, I program in Java, I have learned a lot of programming languages since (Scheme, Common Lisp, ANSI C, Python, bash scripting), but the only language in which I could finish some projects and not be constantly frustrated is Java. I do find Java (and my IDE Eclipse) easy and comfy, meanwhile C, which I tried for a project, was just frustrating. I needed to make a gui, in java I would just make a window with swing or javafx ....
|
|
I feel like we never really settled debate of whether or not React was a library or a framework - hotly debated topic 10 years ago. Did it matter? Does it matter now? Here are my thoughts
|
|
Huge fan of Chicken Karaage, but never really made it at home until recently. Dice the chicken 350 grams boneless chicken thighs Dice the chicken up. Marinade for 30 mins 1 tablespoon soy sauce (Kikkoman or similar) 1 tablespoon cooking Sake 2 tablespoons of grated ginger (include liquids) 1/2 teaspoon Mirin Mix all ingredients into a ziploc bag. Add the diced chicken and let it marinade for 30 minutes in the fridge. Pa....
|
|
I feel like we never really settled debate of whether or not React was a library or a framework - hotly debated topic 10 years ago. Did it matter? Does it matter now? Here are my thoughts
|
|
Just some updates on my fiction writing “adventures”. Writing pace and schedule My writing pace and schedule have not been very reliable since I started. I went through several months of failed draft attempts, in which nothing got published. What finally kicked me into gear was a story I committed to for an anthology. I drafted that story almost entirely on my AlphaSmart Neo last year, while visiting Glastonbury Tor. I wrote from the hill..
|
A new report was published in The Information about the new Apple headset mentions the following: People familiar with Apple’s content strategy for the headset say Apple executives are emphasizing health and wellness including proposals for AR apps that assist with meditation and exercise. Apple Devising Software to Help Anyone Build AR Apps, to Drive… Continue reading Staying Hydrated in VR Workouts is Problematic
|
|
Steve Sanderson, the original creator of Blazor, recently posted a quick peek at some of the new Blazor prototypes they are experimenting with for .NET 8. I think this looks great. Mixing client and server is a brilliant concept. Essentially one would be served with server-side Blazor on the first landing. While using the app, a background task would download the client-side stuff, ready to be consumed at any subsequent access.
|
|
How to manage Kubernetes clusters in WSL with OpenLens on Windows
-
www.patrickdap.com
-
3 years ago
-
spa
How to make them play well with each other Recently I've been playing with a few different tools to make me more proficient when working with Kubernetes. Additionally, people that know me know I play lots of games -- sinking more and more time into Destiny 2 -- so I keep Windows as my daily desktop driver and even with all the grievances of WSL -- including random loss of networking -- I still use it as a daily driver to write code and do..
|
|
Hello from my parent’s kitchen table! It has been a chaotic couple of weeks. This is not how I expected to spend my time off, but here we are. It’s funny.
|