|
Learn about artificial intelligence with Brit from 'Art of the Problem,' who excels in creating engaging and educational videos.
|
|
As developers, we often reach for full-scale graph databases when simpler solutions would suffice. When your knowledge graph is modest in size, keeping it in memory can be both efficient and practical. Let's explore some powerful tools that make this approach work beautifully.
|
|
As developers, we often reach for full-scale graph databases when simpler solutions would suffice. When your knowledge graph is modest in size, keeping it in memory can be both efficient and practical. Let's explore some powerful tools that make this approach work beautifully.
|
|
Transform your scattered notes into valuable, connected knowledge with this systematic approach to knowledge ingestion. Learn how to effectively process both analog and digital inputs into your PKM system.
|
|
Apache Superset is a popular data visualization tool, often referred to as a Business Intelligence (BI) tool. It provides polyglot visual interfaces to various databases. Integrating DuckDB with Superset can significantly enhance its capabilities, enabling it to read Parquet files and perform spatial queries among other features. TL;DR: You can use DuckDB with Superset using a slightly modified image Here is how I’m using it. Add DuckDB dri..
|
|
Willful self-injury Peace Corps volunteers returning from parts of West Africa are given the Liver Bomb, and strict instruction: continue malaria prevention, abstain from alcohol completely for weeks, and follow the protocol exactly. This potentially harmful medication is administered presumptively, without any presenting symptoms. Why? The risk is high: these volunteers spend years in rural areas with limited sanitation, facing near....
|
|
I had been facing an issue in #Emacs on my work Mac system: C-S-
|
|
I had been facing an issue in #Emacs on my work Mac system: C-S-
|
|
Apktool v2.11.0 has been released with support for API 35/36 including fixes across the board with an upgrade to smali/baksmail.
|
|
I typically describe my career as being the result of a lot of luck. There are so many key moments in my professional journey that just happened to go right for me while also being largely out of my control that it feels disingenuous to attribute the entirety of my achievements to my own skill. I’ve certainly put a lot of effort in to my craft, but identical inputs between two different people can yield extremely different outcomes due to....
|
|
BFI’s Journey in Digital Transformation: A Fireside Chat on Elevating Application Security and Developer Experience
-
snyk.io
-
1 year ago
-
eng
Discover how BFI Finance Indonesia transformed their SDLC with proactive security practices, improving compliance, developer experience, and collaboration. Learn key insights from their journey shared at CISO Indonesia 2024, moderated by Snyk's Didik Achmadi.
|
|
I typically describe my career as being the result of a lot of luck. There are so many key moments in my professional journey that just happened to go right for me while also being largely out of my control that it feels disingenuous to attribute the entirety of my achievements to my own skill. I’ve certainly put a lot of effort in to my craft, but identical inputs between two different people can yield extremely different outcomes due to....
|
|
This thread is for discussing mods development. My current goal is to learn C#/F# and Java by modding Lethal Company, Minecraft and Project Zomboid, since those are the games I'm playing. I find that modding these games looks easier than expected, since
-
lainchan.org
-
1 year ago
-
eng
This thread is for discussing mods development. My current goal is to learn C#/F# and Java by modding Lethal Company, Minecraft and Project Zomboid, since those are the games I'm playing. I find that modding these games looks easier than expected, since in most cases you can leverage the Reflection feature of both the .NET Runtime and the JVM to patch classes at runtime. I'm still trying to decide on a game that would require machine ..
|
|
i'm currently using plain html+css and some js for spoiler buttons. i have a page where i would like to have two versions available.
|
|
Build Your Web Scraper with Crawlbase in Python: A Beginner’s Guide
-
blog.adnansiddiqi.me
-
1 year ago
-
eng
If you’ve ever felt curious about collecting data straight from websites—but instantly thought, “This sounds way too complicated!”—then you’re in for a treat. Web scraping, contrary to popular belief, can be simple, efficient, and even fun… especially if you have the right tools in your arsenal. With just a few lines of Python code and an amazing third-party service like Crawlbase, you can automate the collection of information from the web....
|
|
My side project Abot for Slack , has been around for ~7 years, i.e., since Rails 5.1 . It’s now yielding passive income while running on an almost complete autopilot. But I’m still keeping its dependencies up-to-date. The recent migration to Rails 8 was arguably the most impactful in the app’s lifetime. In this blog post, I’ll describe features introduced in the newest version of the framework and how they affected my project. Kamal vs D....
|
|
My side project Abot for Slack , has been around for ~7 years, i.e., since Rails 5.1 . It’s now yielding passive income while running on an almost complete autopilot. But I’m still keeping its dependencies up-to-date. The recent migration to Rails 8 was arguably the most impactful in the app’s lifetime. In this blog post, I’ll describe features introduced in the newest version of the framework and how they affected my project. Kamal vs D....
|
|
Snyk joined JPMorgan Chase’s Hall of Innovation for 2024, celebrating its impact on application security, market disruption, and overall partnership. Learn more about this collaboration.
|
|
Snyk Security Labs found no indications that Cursor was in any way vulnerable to dependency confusion.
|
|
The first time, when you spent the money to acquire it. The second time, when you spent the time to learn to use it. The third time, when you spent your team’s time getting trained to confidence. The fourth time, when you patched over the problems and inconsistencies with more money and time and attention. Was there a fifth? A sixth, a seventh? And then you paid for it one last time as you replaced or retired it. A training cour..
|
|
Many people place pumpkins and gourds outside their homes as decorations for Halloween and Thanksgiving season (at least in Brooklyn). I […]
|
|
BCHD has an interesting history in the Bitcoin Cash ecosystem. Originally launched in 2018, it quickly became known for its developer-friendly features and modern architecture. When Chris Pacia, the original developer, moved on to other projects, BCHD was left without active maintenance. Like many open source projects, maintaining consensus with network upgrades requires consistent development effort, and in 2023, BCHD fell out of consensus..
|
|
Speedtest Tracker — Monitor your internet speed with beautiful graphs
-
akashrajpurohit.com
-
1 year ago
-
eng
Speedtest Tracker is a self-hosted internet speed monitoring tool that helps you track your ISP's performance over time. Perfect for ensuring you're getting the speeds you're paying for.
|
|
Speedtest Tracker — Monitor your internet speed with beautiful graphs
-
akashrajpurohit.com
-
1 year ago
-
eng
Speedtest Tracker is a self-hosted internet speed monitoring tool that helps you track your ISP's performance over time. Perfect for ensuring you're getting the speeds you're paying for.
|
|
Last year I wrote an article about visualizing embedding vectors of a variety of different pictures as heatmaps. I used TorchVision with ImageNet1K_V1 model for encoding a bunch of different cat, dog and plane images into their embeddings, 1000 floating-point values in each resulting vector. I used the generate_embeddings.py script for that. This whole exercise is just for my own learning (and fun), so it’s ok if there’s no other pra..
|
|
Last year I wrote an article about visualizing embedding vectors of a variety of different pictures as heatmaps. I used TorchVision with ImageNet1K_V1 model for encoding a bunch of different cat, dog and plane images into their embeddings, 1000 floating-point values in each resulting vector. I used the generate_embeddings.py script for that. This whole exercise is just for my own learning (and fun), so it’s ok if there’s no other pra..
|
|
2025 is here. Now that 2024 is complete, I can look and see how much I made doing things outside of normal employment.
|
|
Lost to the ether of the internet, and bad decision making at Mozilla, is a toot I made in August of last year. My local archive has a copy though: Nobody: Nobody: Nobody: Nobody: Me: … maybe I should read Arrian So yeah. I read Arrian. Or more specifically, the Anabasis of Alexander . Arrian seemed like a good choice. After having read Herodotus , Thucydides and Xenophon’s Hellenika the next chunk of Greek history chr....
|
|
In Keeping Up with Current Events , I talked about the websites I turn to each morning to stay informed; in My Evening Reads , I shared the many others I follow on niche subjects. Podcasts, however, are another important part of how I learn and grow. Some offer regular updates on current events, while others dive deep into niche topics. As a complement to Keeping Up with Current Events and My Evening Reads , I wanted to start a..
|