niborst's profile picture. Backend Dev @ Canva – ex Atlassian, Rust, open source, Swiss living in Australia https://hachyderm.io/@robinst https://bsky.app/profile/robinst.bsky.social

Robin Stocker

@niborst

Backend Dev @ Canva – ex Atlassian, Rust, open source, Swiss living in Australia https://hachyderm.io/@robinst https://bsky.app/profile/robinst.bsky.social

Pinned

GitHub finally copied one the best little features from Bitbucket (which I added in 20% time/innovation week 😛), showing a link for creating a pull request when you push:

niborst's tweet image. GitHub finally copied one the best little features from Bitbucket (which I added in 20% time/innovation week 😛), showing a link for creating a pull request when you push:

TIL about text fragments, to link directly to some text on a website (without there needing to be an ID): developer.mozilla.org/en-US/docs/Web…


Just used `git restack` for the first time after doing a `git commit --amend`, and it just worked :chefkiss: github.com/arxanas/git-br…


When you can finally use List.of instead of Arrays.asList/Collections.singletonList because your Java library no longer has to support Java 8.


Kudos to the devs of the Notes app on Mac: It supports column/block selection using Option+Drag! I used that key combination out of reflex today, not expecting it to work, but was pleasantly surprised.


Robin Stocker reposted

🤯 The level of sophistication of the XZ attack is very impressive! I tried to make sense of the analysis in a single page (which was quite complicated)! I hope it helps to make sense of the information out there. Please treat the information "as is" while the analysis…

fr0gger_'s tweet image. 🤯 The level of sophistication of the XZ attack is very impressive! I tried to make sense of the analysis in a single page (which was quite complicated)! 

I hope it helps to make sense of the information out there. Please treat the information "as is" while the analysis…

Released commonmark-java 0.22 with two big changes: - MarkdownRenderer, for producing Markdown from a tree of nodes. Can be used to programmatically create new documents or modify existing ones. - Added module descriptors (module-info), so jlink works. github.com/commonmark/com…

github.com

Release commonmark-java 0.22.0 · commonmark/commonmark-java

Added New MarkdownRenderer for rendering nodes to Markdown (CommonMark)! Note that while care is taken to produce equivalent Markdown, some differences in the original Markdown (if parsed) are not...


When you're working on some tricky Unicode code:

niborst's tweet image. When you're working on some tricky Unicode code:

Robin Stocker reposted

Google Meet feature to notify you when someone's been hovering over the unmute button and has something to say.

soren_iverson's tweet image. Google Meet feature to notify you when someone's been hovering over the unmute button and has something to say.

Robin Stocker reposted

Will Java get if/else and try/catch expressions or union types? Why are there no named arguments or mutable records? What about ML, AI, and gaming and when will Valhalla land? I asked @BrianGoetz these and more of your questions: youtube.com/watch?v=mE4iTv…

nipafx's tweet card. Brian Goetz Answers Your Java Questions

youtube.com

YouTube

Brian Goetz Answers Your Java Questions


Git thing I discovered recently. I used to do this: git switch main && git pull That means git has to update files (checkout) twice, which can be slow with a bigger repository. You can reduce it to one checkout like this: git fetch origin main:main && git switch main


Can someone at Apple fix Siri’s pronunciation of “github”? “jettub” sounds funny but it’s also confusing every time 😆


Wrote some Haskell today for a coding exercise (“combination sum”), after never really using it. Did not disappoint, worked perfectly for this kind of small recursive problem with lists.


Robin Stocker reposted

Java 21 is now available! #Java21 #JDK21 #OpenJDK Download Now: social.ora.cl/6018P4fbj Release notes: social.ora.cl/6019P4fbd API Javadoc: social.ora.cl/6011P4fb5 Features: social.ora.cl/6013P4fb9 Inside Java on JDK21: social.ora.cl/6016P4fbY


United States Trends

Loading...

Something went wrong.


Something went wrong.