RT @nusco@twitter.com
I just subscribed to the Euruko newsletter. May this year bring back live conferences. https://buttondown.email/euruko
π¦π: https://twitter.com/nusco/status/1483747166116007941
RT @noelrap@twitter.com
So...
I'm pleased, incredibly excited, and more than a little nervous to say that I just signed a contract for a new version or the Pickaxe Book to bring it up to date with changes in the Ruby language, tools, and extended environment.
You may have some questions... 2/
π¦π: https://twitter.com/noelrap/status/1483488905299042310
RT @bararchy@twitter.com
A small shoutout about the https://github.com/NeuraLegion/sectester/ project, it's a spec integration for our security tester, you can run it for FREE! if you're using @luckyframework@twitter.com there is a live example project at: https://github.com/bararchy/lucky_sec_test!
π¦π: https://twitter.com/bararchy/status/1483506121797165062
RT @bararchy@twitter.com
The Grip framework project by @grrkekkk@twitter.com is definitely interesting!
https://github.com/grip-framework/grip
π¦π: https://twitter.com/bararchy/status/1483406036866416642
RT @bararchy@twitter.com
A coworker have reminded me of just how useful the Atomic::Flag in @CrystalLanguage@twitter.com is when doing MT development.
It's really easy to use it to kill and chance of race conditions and also ensure stuff happens only ONCE across multiple Fibers and threads!
https://crystal-lang.org/api/master/Atomic/Flag.html
π¦π: https://twitter.com/bararchy/status/1483404840508305409
RT @wyhaines@twitter.com
This article does a fantastic job of highlighting some of the reasons why I have spent almost two years using Crystal every chance that I get. https://twitter.com/t_a_w/status/1479501355043729411
π¦π: https://twitter.com/wyhaines/status/1483260494681190402
RT @bararchy@twitter.com
Always prefer nil based flow in @CrystalLanguage@twitter.com when doing branches. Exceptions are costly and usually not needed, it's much better to do
if something = array.first?
else
# we should break or something
end
to
something = array.first
rescue
# we should break or something
π¦π: https://twitter.com/bararchy/status/1483188906392756225
RT @hakan_nylen@twitter.com
http://Erro.sh status report:
- Added dark mode as default
- Stacktrace
- saving more data to the database (not seen in UI yet)
Need to fix those loading states in dark mode.
π¦π: https://twitter.com/hakan_nylen/status/1483183201514409988
RT @matheusrich@twitter.com
Just release end_of_life! π
This gem helps you find which of your GitHub repositories are using EOL (i.e., unmaintained) Ruby versions.
Give it a try https://github.com/MatheusRich/end_of_life!
π¦π: https://twitter.com/matheusrich/status/1483079942892138497
RT @asterite@twitter.com
This is a great article that explains why Crystal is unique. And I recommend all the articles in that series. So many languages out there! https://twitter.com/t_a_w/status/1479501355043729411
π¦π: https://twitter.com/asterite/status/1483140739290873859
RT @postmodern_mod3@twitter.com
TIL @CrystalLanguage@twitter.com has the Levenshtein algorithm built-in to it's stdlib. Bad ass. (credit to @Where_Is_X@twitter.com)
https://crystal-lang.org/api/1.3.1/Levenshtein.html
π¦π: https://twitter.com/postmodern_mod3/status/1482993351959875584
RT @yu_suke1994@twitter.com
γͺγ
Feature #18462: Proposal to merge WASI based WebAssembly support - Ruby master - Ruby Issue Tracking System https://bugs.ruby-lang.org/issues/18462
π¦π: https://twitter.com/yu_suke1994/status/1479338245767200769
RT @presidentbeef@twitter.com
I wrote up some notes on different ways to render outputs in #dragonruby https://dev.to/presidentbeef/api-levels-in-dragonruby-game-toolkit-4jb4
π¦π: https://twitter.com/presidentbeef/status/1479159077875773441
RT @amirrajan@twitter.com
I've discounted DragonRuby Game Toolkit by 100% to encourage you to join a game jam.
Build a game dammit. No excuses.
https://itch.io/s/64619/dragonruby-jam-time-sale-100-discount via @itchio@twitter.com
π¦π: https://twitter.com/amirrajan/status/1482406173584375808
RT @t_a_w@twitter.com
"100 Languages Speedrun: Episode 55: Better Thue Interpreter in Crystal" by Tomasz Wegrzanowski #DEVCommunity https://dev.to/taw/100-languages-speedrun-episode-55-better-thue-interpreter-in-crystal-3obp
π¦π: https://twitter.com/t_a_w/status/1482074490599264265
RT @t_a_w@twitter.com
Good job me. Found my first bug in #crystallang, but fixed same day, fix is going into next release. https://github.com/crystal-lang/crystal/issues/11745
π¦π: https://twitter.com/t_a_w/status/1482136096540606468
RT @AntonMaminov@twitter.com
Dijkstra's Algorithm in #crystallang
https://github.com/geocrystal/dijkstra
π¦π: https://twitter.com/AntonMaminov/status/1482299605064851458
RT @jaredpalmer@twitter.com
// TODO: fix later
π¦π: https://twitter.com/jaredpalmer/status/1481981571112611843
RT @manufaktor@twitter.com
Noticed while writing the same thing in Crystal and Node:
1. Search results: lots of API reference for Crystal, while Node has a lot of outdated blog posts.
2. API reference: Crystal kinda nice, and it supports learning the language by reading the source.
3. Node std lib is π
π¦π: https://twitter.com/manufaktor/status/1482282278726344705
RT @BramJetten@twitter.com
β¨ New release: Spina CMS v2.8.0
Featuring Tailwind 3 JIT π¨
https://spinacms.com
π¦π: https://twitter.com/BramJetten/status/1481986434848501760
Software developer working in #ruby & #crystal as a #freelancer and at vade.io.
Tweets may appear in English & German.