Vincent Stollenwerk
@vstollen.me
Software Engineer at AWS, classical musician.
More at: vstollen.me
More at: vstollen.me
Where's the difference compared to the built-in define word command?
January 27, 2025 at 12:10 AM
Where's the difference compared to the built-in define word command?
In other languages you first have to know about the concept of monotonic clocks and then explicitly remember to use them where applicable, while Go‘s APIs just know your intent and do the correct thing.
December 26, 2024 at 1:56 PM
In other languages you first have to know about the concept of monotonic clocks and then explicitly remember to use them where applicable, while Go‘s APIs just know your intent and do the correct thing.
Does anyone have links to the stories mentioned here?
December 25, 2024 at 12:58 PM
Does anyone have links to the stories mentioned here?
I recently implemented a custom Flink data source for my thesis.
Implementing the Source interface meant writing implementations for about 10 other interfaces.
Most of my time was spent understanding the purpose of these interfaces. While the functionality and value of these classes is minimal.
Implementing the Source interface meant writing implementations for about 10 other interfaces.
Most of my time was spent understanding the purpose of these interfaces. While the functionality and value of these classes is minimal.
December 24, 2024 at 12:30 AM
I recently implemented a custom Flink data source for my thesis.
Implementing the Source interface meant writing implementations for about 10 other interfaces.
Most of my time was spent understanding the purpose of these interfaces. While the functionality and value of these classes is minimal.
Implementing the Source interface meant writing implementations for about 10 other interfaces.
Most of my time was spent understanding the purpose of these interfaces. While the functionality and value of these classes is minimal.
For example, why do we have to initiate multiple classes to read data from a file in Java? FileReader, BufferedReader, maybe another one to deserialize the data.
December 24, 2024 at 12:30 AM
For example, why do we have to initiate multiple classes to read data from a file in Java? FileReader, BufferedReader, maybe another one to deserialize the data.
This is interesting since it contradicts the common stance that functions and classes should be kept small.
Additionally, the single responsibility principle seems to lead people to define responsibilities to small an specific.
Additionally, the single responsibility principle seems to lead people to define responsibilities to small an specific.
December 24, 2024 at 12:30 AM
This is interesting since it contradicts the common stance that functions and classes should be kept small.
Additionally, the single responsibility principle seems to lead people to define responsibilities to small an specific.
Additionally, the single responsibility principle seems to lead people to define responsibilities to small an specific.
Or at least not automatically submit by sending return at the end.
December 23, 2024 at 2:55 PM
Or at least not automatically submit by sending return at the end.
As a result, I can only select and delete it as a whole. If I copy it into other apps, it‘s rendered correctly.
I wonder what leads to this encoding/rendering bug.
I wonder what leads to this encoding/rendering bug.
December 21, 2024 at 10:30 PM
As a result, I can only select and delete it as a whole. If I copy it into other apps, it‘s rendered correctly.
I wonder what leads to this encoding/rendering bug.
I wonder what leads to this encoding/rendering bug.
Nice, another talk for my watchlist!
December 11, 2024 at 7:39 AM
Nice, another talk for my watchlist!
This can be true for some tools, however, for tools such as zoxide or bat, even memory usage will be negligible for typical use-cases.
December 10, 2024 at 9:49 AM
This can be true for some tools, however, for tools such as zoxide or bat, even memory usage will be negligible for typical use-cases.
For example, I would have thought that Go is a better fit for CLI tools. The development speed should be faster than with Rust and due to it’s simplicity, it should be easier for people to get into the code and contribute.
Most CLI tools neither need the performance, nor the safety of Rust.
Most CLI tools neither need the performance, nor the safety of Rust.
December 10, 2024 at 1:06 AM
For example, I would have thought that Go is a better fit for CLI tools. The development speed should be faster than with Rust and due to it’s simplicity, it should be easier for people to get into the code and contribute.
Most CLI tools neither need the performance, nor the safety of Rust.
Most CLI tools neither need the performance, nor the safety of Rust.
I‘d like to see more about what you see as human in the loop.
Do you see aggregations of all my posts, like the aggregation, and the tool likes all the source posts, or do the aggregations include posts of multiple users?
How does infrequent posting impact this tool?
Do you see aggregations of all my posts, like the aggregation, and the tool likes all the source posts, or do the aggregations include posts of multiple users?
How does infrequent posting impact this tool?
December 10, 2024 at 12:55 AM
I‘d like to see more about what you see as human in the loop.
Do you see aggregations of all my posts, like the aggregation, and the tool likes all the source posts, or do the aggregations include posts of multiple users?
How does infrequent posting impact this tool?
Do you see aggregations of all my posts, like the aggregation, and the tool likes all the source posts, or do the aggregations include posts of multiple users?
How does infrequent posting impact this tool?
Seems to be working again 🎉
December 8, 2024 at 7:04 PM
Seems to be working again 🎉
Looks like a hickup during some scheduled maintenance. Let's hope that it's nothing too serious.
December 8, 2024 at 6:48 PM
Looks like a hickup during some scheduled maintenance. Let's hope that it's nothing too serious.
I already feared that one of the dependencies my project uses got deleted 😮💨
December 8, 2024 at 6:42 PM
I already feared that one of the dependencies my project uses got deleted 😮💨
Oh, and in case something goes wrong, there’s always jj undo!
November 28, 2024 at 9:15 PM
Oh, and in case something goes wrong, there’s always jj undo!