Noteworthy in the MRuby universe, which is all about lightweight Ruby implementations is picoruby. You can get an integrated ruby shell on a Raspberry Pi Pico:
https://www.youtube.com/watch?v=WiJC_v5Lus8 https://picoruby.org/
HN user
I'm a Swiss expat based in Japan. I do consulting all around software. Happy to introduce you to rural Japan and the amazing people here.
contact me: andi at idogawa dot com
Programming blog: idogawa.dev Miyazaki Japan Infosite: Miyazakian.com Interests: Ruby, cool tech, Small Computers with PicoRuby and MRuby
Noteworthy in the MRuby universe, which is all about lightweight Ruby implementations is picoruby. You can get an integrated ruby shell on a Raspberry Pi Pico:
https://www.youtube.com/watch?v=WiJC_v5Lus8 https://picoruby.org/
It's sad, that android is the only system that can be used to code on the device thanks to termux and now google wants to end this.
PHP Maintainer Joe Watkins aka krakjoe story.
I followed Thor's journey over the years. Great dude and a incredible achivement. Imagine planning for 4 years but hanging on for 10! He also had bad luck being stuck during covid.
It's something I ran into quite a few times in my career. It's a weird call to get if the client can't save their cms site, due to typing something harmless. I think worst was when there was a dropdown that I defined which had a value in the mod rules that was not allowed.
I saw a child chat with an AI Tom Felton on the bus using her smartphone. I'm not sure if that is healthy.
picoruby is a lot of fun. It's a reimplementation of mruby/c which is even smaller. You might be interested in my friend and creator HASUMI Hitoshi's presentation. He shows off his Ruby REPL that runs on the Raspberry Pi pico. Recently he ported picoruby to other microcontrollers.
See also https://adhdactually.com/membership Basically moderated by a small team zoom sessions to body double.
Note: This is by the author of the popular kramdown markdown library.
I would be happy to just get the old PWA mode back. Turn a webapp into a window.
Just read this one. Always a good overview about what happens in the ruby world!
Because you can expect the food to taste a certain way.
Every grandpa in the japanese country side needs a kei truck. It's very practical. I moved apartments using one. The bed is hip height and opens quickly. The safety concern is someone else hitting you. I just got back from the McDonalds drivethrough and there was a lady alone in an american truck blocking everyone. I don't understand why anyone needs a car like that, they seem very dangerous.
I have the same, it's hard for other people to understand.
ATMs closing must be mostly because of the scams
look at the examples they made why it should be in CSS grid. I totally agree it should be in that. It's a form of grid. It should be part of CSS grid.
This is one of the layouts that were just impossible in CSS and we really need it soon. I also needed the feature they talk about with the background colors for css grid tracks in 2012. I solved that with DIVs, but it was hard to make it responsive.
I absolutely want this. I have wanted this for years. This is a form of grid so it should be in CSS grid. Especially since it has tracks. Browser makers, please just ship this.
Ruby.wasm is here now, so you can run ruby in the browser. It still a bit big, but it even supports many regular gems. I met up today with a friend who is working on much smaller mruby version. He'll be giving a talk at rubykaigi next month.
I use Ruby.wasm with my own patch. [1][2] You can use the Javascript API and the syntax is a joy. I used it to make an electron app with videoplayer.[3] I also ported the rubykoans[4]
Lots of ruby.wasm talks at rubykaigi next month.
[1] https://github.com/largo/ruby.wasm
[2] https://github.com/largo/ruby.wasm-quickstart.
As Swiss abroad in far away Japan "Kühreihen" didn't make me deadly nostalgic. I guess the soldiers lived in the alps. I miss my family more than mountains.
Japan. First TLS+DNS felt like 3 seconds. Further loads are almost instant. I think it's totally fine.
Location: Japan
Remote: Yes
Willing to relocate: Europe, Switzerland
Technologies: Ruby, Python Frontend, Backend, Linux
Résumé/CV: idogawa.com
Email: andi idogawa com
My biggest complaint is that they don't even let you send photos over bluetooth to a non-apple device! There is no way to share files wirelessly.
As a Japan resident, I am very sure that this is not happening on a big scale, considering the logistics involved in such a deception.
Oh hey! Just want to say thanks for obsidian. Just opened your app a second ago to write my notes about Miyazaki Airport, where I'm at. Works great on mobile.
Good. In practice the old system was taught in schools, but not really used officially. Except for people giving their names, where someones name is definitely pronounced as Shota, they would write it Syota. I just checked facebook and found quite a few people like this.
I and shinokaro maintain a working fork at https://github.com/Largo/ocran/
JRuby is very cool. For CRuby I can recommend glimmer libui which works on Windows, Linux and OSX For windows packaging, check out ocran.
Japan has done this with the mynumbercard. It's an ID with a chip on it. The problem is they used to tell people that the Number was private.
It hasn't caught on for verification outside of government yet.
Derek is so cool. I'm a huge ruby nerd and his approach to coding is so refreshing. [1] No libraries except sqlite for instance.
[1] youtube.com/watch?v=No3sUctcAOA
Interesting. I see! MRuby (Compilable Ruby for embedded systems etc) and Webasm Ruby might be fun areas for further projects :)