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
You might like
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.
🤯 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...
Google Meet feature to notify you when someone's been hovering over the unmute button and has something to say.
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…
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.
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
- 1. Clemson 10.2K posts
- 2. #SmackDown 45.5K posts
- 3. Zack Ryder 13.7K posts
- 4. Steph 33.9K posts
- 5. Dabo 1,831 posts
- 6. Landry Shamet 5,078 posts
- 7. Brohm 1,332 posts
- 8. #OPLive 2,241 posts
- 9. Matt Cardona 2,564 posts
- 10. Miller Moss N/A
- 11. #CLAWMARK3D 30.4K posts
- 12. Marjorie Taylor Greene 35.9K posts
- 13. Draymond 3,067 posts
- 14. Will Richard 4,593 posts
- 15. #BostonBlue 2,517 posts
- 16. James Harden 3,602 posts
- 17. Massie 46.2K posts
- 18. Sadiq 13.4K posts
- 19. Bill Clinton 170K posts
- 20. Kon Knueppel 2,581 posts
You might like
Something went wrong.
Something went wrong.