How and why to do link-time symbol wrapping (or not?)

Use One Big Server

What's the Most Portable Way to Include Binary Blobs in an Executable?

CLIPasso: Semantically-Aware Object Sketching [pdf]

Issue #256

8/8/2022

{{PreviewText}} 

Yo
Hope you're all doing well! My break went a week longer than expected. You probably didn't get the memo, but I did mention it in the Discord server. I didn't end up getting what I had planned for the break done, but I did dive into a few other things which were equally as important, so it was time well spent!
As an aside, normally I'm a big fan of having a dev and a production version of a database when working on personal projects, but I started to really question that choice yesterday when I ended up accidentally using my dev database while running a production script from my local machine. This resulted in my accidentally sending out overall less emails than I could've (I was using old data), as well as some duplicate emails that I had already sent before. For reference, this is a project that has less than a hundred users. The only downside of only using the production database is that it is noticeably slower (I use an SSH tunnel because I don't like opening my databases to the internet), but I'm sure I could find a fix.
Anyway, here's the issue.

====================================================================

Today's Sponsor: This Week in React

Weekly React & React-Native news, for experienced developers. Sebastien filters the noise, and you save time!

====================================================================

How and why to do link-time symbol wrapping (or not?)

Published: 3 August 2022
Tags: elf


Dr Stephen Kell discusses the issues and solutions of hooking functions at link time on ELF platforms.


====================================================================

Use One Big Server

Published: 31 July 2022
Tags: server


Nima Badizadegan summarizes the benefits and costs of using a bare metal server over cloud alternatives.


====================================================================

What's the Most Portable Way to Include Binary Blobs in an Executable?

Published: 25 July 2022
Tags: c


Laurence Tratt elaborates on the nuances of having blobs in cross platform executables.


====================================================================

CLIPasso: Semantically-Aware Object Sketching [pdf]

Published: 16 May 2022
Tags: machine learning, research paper


Yael Vinker, Ehsan Pajouheshgar, Jessica Y. Bo, Roman Christian Bachmann, Amit Haim Bermano, Daniel Cohen-Or, Amir Zamir, and Ariel Shamir present a machine learning model that converts images to sketches.


How did I do?

1 2 3 4 5
Bad


Good

Want to help and get cool stuff?

Thank you for reading! If you enjoy the newsletter, I would really appreciate you helping me spread the word by forwarding this to your friends and colleagues or sharing it on social media! Get cool stuff for your referrals using your link https://abyteofcoding.com or the buttons below.

Your referrals:


If you want to discuss or comment on this issue, head on over to this page at A Byte of Coding. You can also subscribe there if you're new!

Have comments or feedback? Just reply to this email or hit me up on Twitter @AByteOfCoding.

Email landed in your promotions tab? Please move it over to primary so you don't miss the latest issues in the future.
Thanks for your Support! 

Thanks to sponsors and Patreon supporters this newsletter is provided to you for free. If you'd like to also show your support and buy me a monthly meal, you can donate on the Patreon page. It's not necessary, but it lets me know that I'm doing a good job and that you're finding value in the content.


Stats (updated daily)

Sent: 2966

Opens: 1450

Clicks: 559

Link Clicks Clicks % Unique Clicks Unique Clicks %
How and why to do link-time symbol wrapping (or not?) 71 20.82% 79 21.53
Use One Big Server 148 43.40% 156 42.51
What's the Most Portable Way to Include Binary Blobs in an Executable? 83 24.34% 85 23.16
CLIPasso: Semantically-Aware Object Sketching [pdf] 39 11.44% 47 12.81

Previous

Back to Issues

Next