yrio | 5 years ago | on: Reflections on IDEA vs VS Code
yrio's comments
yrio | 5 years ago | on: Data fetching on the web still sucks
(I'm not familiar with Ember.js)
yrio | 5 years ago | on: Data fetching on the web still sucks
(I'm not familiar with Ember.js)
yrio | 5 years ago | on: Deno 1.4
yrio | 5 years ago | on: Ask HN: Is there still a place for native desktop apps?
yrio | 5 years ago | on: State of Loom
yrio | 5 years ago | on: State of Loom
https://stackoverflow.com/questions/15410661/is-it-possible-...
yrio | 5 years ago | on: Janet: a lightweight, expressive and modern Lisp
yrio | 5 years ago | on: Webrecorder: Make an interactive copy of any web page that you browse
Instead this captures network traffic (bytes) into a .warc file. Then you can replay it later (from the website) or you can download the .warc file to your computer & play it offline using the desktop app (Webrecorder player app) see the bottom of the page or [1]
The downside is that the desktop app is slow (5 seconds to loads a page on my laptop). I've created a fast player app that loads pages instantly, but I haven't open sourced it yet ;)
[1] https://github.com/webrecorder/webrecorder-player/releases
yrio | 5 years ago | on: GitHub Codespaces
yrio | 6 years ago | on: How porting to TypeScript solved our API woes
yrio | 6 years ago | on: Integrate PWAs into Native Sharing UIs with Workbox
yrio | 7 years ago | on: Electron and the Decline of Native Apps
I don't know about Android / ChromeOS.
yrio | 7 years ago | on: Android Studio 3.2
How's your personal experience with Xamarin? How's the tooling compared to Android Studio?
yrio | 8 years ago | on: Ask HN: How does one overcome the need for instant gratification?
yrio | 8 years ago | on: Fedora 26 released
I no longer use them though (to get more screen space)
yrio | 8 years ago | on: Busy to Death
yrio | 8 years ago | on: Ask HN: I feel like helping somebody out, what can I help you with?
Any charity with good reviews in http://www.givewell.org/ and https://www.charitynavigator.org/ are OK.
yrio | 8 years ago | on: Google’s Flutter = React and Java Swing
FWIW, I was able to write two small but useful program in Dart in one day, without any experience with the language at all:
- A script to convert CSV file to SELECT ... UNION ALL SELECT ... statements
- A script to parse my timesheet (in Emacs' org-mode) & insert it into my client's timesheet database
I just used these 3 resources:
[1] Dart language tour https://www.dartlang.org/guides/language
[2] Standard library introduction https://www.dartlang.org/guides/libraries
[3] Standard library reference (like JavaDocs) https://api.dartlang.org/stable/1.24.2/index.html
[4] And the pub package manager https://www.dartlang.org/tools/pub
yrio | 8 years ago | on: As Computer Coding Classes Swell, So Does Cheating
I hope you are not implying it's OK for students to blindly copy / use code they don't understand.
Otherwise you will end up with "professional" software developers who can't even solve FizzBuzz :p
So either [1] you buy IntelliJ Ultimate & get Java + other languages (PHP, Python, Ruby, etc except .NET and C++)
or [2] you buy the language specific IDE (cheaper) like PhpStorm, PyCharm, etc