|
GPG is a powerful tool that allows you to encrypt and sign your data and communications. In this post, I will explain how I use GPG in my day to day workflows.
|
|
Earlier this year, we updated our API Guide to let developers know that SoundCloud authentication is now operating on the OAuth 2.1 protocol…
|
|
GPG is a powerful tool that allows you to encrypt and sign your data and communications. In this post, I will explain how I use GPG in my day to day workflows.
|
We’ve secured a block of deeply discounted rooms at the fabulous Rio , with FREE shuttle service to and from the West Hall of the Las Vegas Convention Center! In addition to the door-to-door shuttle service, they’re giving us a big break on the room rate AND the Resort Fee. Rio also offers additional discounts for government employees We love the Rio - it was home base for DEF CONs 19-22 - and you should see it now. It’s had a massiv..
|
|
TablePlus published a blog post on how they did nothing to handle a DDoS attack. Their blog post titled “ We are under DDoS attack and we do nothing ” - published at the end of March 2024 - caught my eye when it quickly reached the top of Hacker News .
|
|
Yesterday, Serena and I went to see Spellbound Contemporary Ballet ’s The Art of Fugue , a performance based on J.S. Bach’s unfinished work . I have been gifting Serena two subscriptions to our city’s theater ’s dance season for some years. She loves dance, both classic and contemporary. I thought I did not. Usually, she goes with one of her best friends. I don’t remember ever going before, and yesterday, I only went because none..
|
|
In een artikel uit 2000 (maar daarom niet minder waardevol!) geeft usability goeroe Jakob Nielsen aan dat je iets (een website of app) maar met 5 gebruikers hoeft te testen. Je haalt dan 80 tot 90% van alle problemen naar boven. Bij alles wat je met meer dan 5 gebruikers test vlakt de curve van het aantal gevonden problemen af. Besteed daarom meer resources aan het vaker testen met minder gebruikers dan het eenmalig testen met heel veel geb..
|
|
Het boek van 'Aandacht' van Gloria Mark gaat over alle aspecten van aandacht en hoe dat verandert is sinds de opkomst van digitale media. Het richt zich voornamelijk op kennismedewerkers en hoe deze beter met hun aandacht kunnen omgaan.
|
If you love podcasts and you love the look of GTK4/libadwaita apps then you’ll be pleased to hear a new version of the GNOME Podcasts app has been released. If... The post GNOME Podcasts 7.0 Released with iTunes & fyyd Search is from OMG! Linux and reproduction without permission is, like, a nope.
|
|
Running Python on a serverless GPU instance for machine learning inference
-
saeedesmaili.com
-
2 years ago
-
eng
I was experimenting with some speech-to-text work using OpenAI’s Whisper models today, and transcribing a 15-minute audio file with Whisper tiny model on AWS Lambda (3 vcpu) took 120 seconds. I was curious how faster this could be if I ran the same transcription model on a GPU instance, and with a quick search, modal.com seemed like a nice option to spin up a GPU machine, run the code, and shut down the machine, similar to how AWS Lam..
|
|
Ep. 2: Mastering Memory Safety: Rust's Defense Against Use After Free & Use After Move
-
www.ardanlabs.com
-
2 years ago
-
eng
Introduction: Exploring the critical issues of “use after free” and “use after move,” Herbert’s insights offer a valuable understanding to Rust developers: Rust’s ownership system acts as a powerful safeguard against memory safety issues like “use after free” and “use after move,” ensuring code correctness at compile time. By understanding the risks associated with these memory management pitfalls, Rust developers gain deeper insig..
|
|
How I Increased My Android Phone's Battery Life After a Grueling 14-Mile Race
-
www.joehxblog.com
-
2 years ago
-
eng
Earlier this year I was running a 14-mile race - the Frosty 14 put on by the Ohio River Road Runners Club.
|
|
Running Python on a serverless GPU instance for machine learning inference
-
saeedesmaili.com
-
2 years ago
-
eng
I was experimenting with some speech-to-text work using OpenAI’s Whisper models today, and transcribing a 15-minute audio file with Whisper tiny model on AWS Lambda (3 vcpu) took 120 seconds. I was curious how faster this could be if I ran the same transcription model on a GPU instance, and with a quick search, modal.com seemed like a nice option to spin up a GPU machine, run the code, and shut down the machine, similar to how AWS Lam..
|
|
I subscribe to various RSS feeds using Nextcloud News . It makes them easily accessible on my phone whilst ensuring that things will be marked read if I instead read the feed on my desktop (that's not to say that it's perfect, though: as I've written previously, I also use fediverse notifications to help make sure that I see new posts). Recently, however, my phone has generated fewer notifications for Nextcloud News. It actually too....
|
|
Infinite Peace (Issue #160) 2024-04-20 12:45:00 +07:00 by Mark Smith This week’s newsletter is out! In this week’s edition: Peak AI, alternative git interfaces, Hendrix, tokenised wine, debt & the boomer industrial complex, arguing about archaeology, future of podcasting, Ai eats european languages Issue details: Title: Infinite Peace Issue: 160 Page: issue webpage Another awesome issue of the newsletter. #
|
|
compile_commands.json is a file capturing the exact commands files have been compiled with, regardless of the build system. It captures the compiler, source file, include path and definitions used to build a certain source file. With this information, external tools can “rebuild” the source file as it is. It is very useful for source code tools like and clang-tidy. With CMake, only the generators Ninja and Makefiles will generate compile_..
|
|
I have been following Cowboy Bebop on Netflix (the anime, not the spinoff TV series). The opening is a visual and musical marvel; I’m enthralled by it. The show’s soundtrack is a unique blend of jazz (big band hard bop, mainly), blues, and a bit of rock, which I’ve never seen before in anime and probably in movies. Even episode titles pay tribute to jazz, blues and rock tracks. We have “Valtz for Venus,” “Sympathy for the Devil,” “..
|
|
I am starting a journal for my game development work because I spend a lot of development time thinking and staring into space, and those thoughts don’t always make it into the game. I need an outlet to direct those thoughts and hopefully make them more useful. The project I am working on is also personal and necessarily relates to my feelings about life and art and God, and I need a place to write those things down too. I may publish some ..
|
|
What are the benefits of using a decoupled data processing system? How do you write reusable queries for a variety of backend data platforms? This week on the show, Phillip Cloud, the lead maintainer of Ibis, will discuss this portable Python dataframe library.
|
|
Vicki Boykis has a good piece on Redis’s recent vicissitudes. At the same time, she recaps where we stand and sings the praises of a project that many are fond of, and not just for its technical worth. I, like many developers who have worked on high-scale, low-latency web services over the last fifteen years, have an intimate relationship with Redis. At any new job, when you ask where the data is, and someone points you to a server ad..
|
|
Today would have been the birthday of one of my computer heroes, Fred Brooks, who passed away a few years ago aged 91. Unfortunately, I didn’t have the luck to meet him in person (living on a different part of the planet definitely didn’t help). Still, I did meet him through his book The Mythical Man-Month, which I read during my student years. Programming lore masters held it as an all-time classic, so my curiosity was kindled… and I was n..
|
|
Microblog: Bewegen is niet alleen gezond maar ook goed voor de creativiteit
-
ryanholiday.net
-
2 years ago
-
nld
In dit artikel legt Ryan Holiday uit waarom je af en toe moeten gaan bewegen. Als je bijvoorbeeld vastzit met een moeilijk probleem. Door je hoofd even leeg te maken met een fysieke activiteit kun je je productiviteit een boost geven.
|
|
Publishing JavaScript packages that are compatible with both ECMAScript Modules (ESM) and CommonJS (CJS) is a critical skill for developers who aim to integrate wide-ranging libraries. This write-up focuses on practical approaches and best practices for maintaining ESM and CJS support.
|
|
Molly White’s experience with LLMs corresponds more or less with my own, but she is much better at recounting, critiquing, and drawing conclusions than I am. I find my feelings about AI are actually pretty similar to my feelings about blockchains: they do a poor job of much of what people try to do with them, they can’t do the things their creators claim they one day might, and many of the things they are well suited to do may not be a..
|
|
Marman & Borins “Three Dimensions” was a tri-installation pop-minimalist art exhibition open at Contemporary Calgary until March 17th, 2024, composed of three mini installations: Balancing Act, THX2020, and ABCD. We wanted the viewer to walk away with ideas that we didn’t even think of when creating the work Jennifer Marman All three installations were interesting, but “Balancing Act”, the first of the three, was most striking to ..
|
|
Marman & Borins “Three Dimensions” was a tri-installation pop-minimalist art exhibition open at Contemporary Calgary until March 17th, 2024, composed of three mini installations: Balancing Act, THX2020, and ABCD. We wanted the viewer to walk away with ideas that we didn’t even think of when creating the work Jennifer Marman All three installations were interesting, but “Balancing Act”, the first of the three, was most striking to ..
|
|
Snyk’s Vandana Verma Sehgal sat down with Sherif Mansour, the Director of InfoSec at JustEat, for a “Day in the life of a CISO” session to learn more about his day-to-day experience as a security leader.
|
|
It's been a fun ride here on blog.charliemeyer.co, but most of my posts on coding education will now be posted on the Pickcode Blog . If you'd like to support my work and continue getting regular updates, please subscribe via email there! While I won't post as often on here, I am certainly keeping all existing posts up. Also, when I want to post about random stuff like Yahtzee, license plates, or statistics, I'll put that all on blog.cha..
|
The title of this post could easily be misconstrued as a cry for help. It is not. It is merely an acknowledgement of the current situation in which our species finds itself. Obviously I expect that people will instantly spout a response along the lines of “how can everything be fucked when [INSERT_NATURAL_PHENOMENON] exists”? The […] The post Everything is F*ck’d and That’s Perfect appeared first on Something Decent .
|
|
Cool as iCE edition >What is this and why would I care? Field Programmable Gate Arrays (FPGA) allow developers to design complex Integrated Circuits (IC) and test them out. You can design a fairly complicated IC for a small project and use the FPGA as an ASIC-lite (with a flash-storage PCB) or to even have your designed actual IC etched in a group-funded chip print. The basic process is: Program logic in an HDL -> Synthesis with Yo....
|
|
In the following post, we will guide you through installing Java on macOS, ensuring you're ready to start developing applications in no time.
|
|
Django projects often call for a robust, powerful setup to ensure a smooth development and deployment process. Cookiecutter Django is a popular framework that aims to offer Django users a comprehensive, out-of-the-box setup, including configurations for databases, templates, and much more. Cookiecutter Django exclusively supports PostgreSQL, reflecting its intention for production-level applications where PostgreSQL's advanced features can ..
|
|
An old coworker gave me a shout-out that Streamlits latest (1.33.0) release added Fragments. Fragments simply put enables creation of indepedently updated fragments inside your streamlit application. Further they add a simple run_everywhich simplify dashboards (continuously fetching data). As always, the documentation explains a lot of how it works. Play Around First I play around with fragments, testing the most simple use-cas....
|
|
An old coworker gave me a shout-out that Streamlits latest (1.33.0) release added Fragments. Fragments simply put enables creation of indepedently updated fragments inside your streamlit application. Further they add a simple run_everywhich simplify dashboards (continuously fetching data). As always, the documentation explains a lot of how it works. Play Around First I play around with fragments, testing the most simple use-cas....
|