not in number of subscribers - they know the channel already, but in quality of content and production values. I think that's what OP meant. F9 could get 2M subscribers by just doing product reviews because they're an…
Just read it like a novel. Ignore the exercises. What struck me that it took 8 or 9 chapters until they even presented a loop, and it was none the worse for doing that. Actually helped my imperative lizard brain evolve.…
Thanks. Also, nice blog post about MMM. Good analogy to finance.
Funny, I arrived at this "all software is.." piece last week. Hypothesis: All of software *is* about change management ---- It dawned on me that all the software design efforts - Design patterns, programming styles,…
At one point I was so used to Notational Velocity that I needed it on Windows and didnt want to adopt other available solutions. So I built a barebones clone in Java: https://github.com/vinodkd/jNV.
but maybe, they'll end up learning anyway? one thing i realized when i went back to studying online is that i was no longer the student who needed to prove something to someone else, and the typical test annoyed me. I…
I'm a little late to the party, but humbly submit my thoughts/design from a while back for your review/feedback: https://github.com/vinodkd/halo/blob/master/doc/UserGuide.md... Edit: I've posted this same comment in…
The second para of the article addresses this, as does the summary at the bottom. Maybe read the article and respond if your concerns about this particular article are still valid? Maybe it applies to the general "X is…
From the article: > These rules may sound complicated, but really, they are about understanding the fundamentals of how a computer works. ... and from the post that the article links to: > Understanding String vs &str…
Agree. And after years of using it, I discovered osage, and after a few years more, gvpr. It gives and it gives. And yes, I'm forever fiddling with it to make it look the way i want it to, but in my heart I know the…
Not sure I agree. I didnt know about gitjournal until vHanda's post, but immediately saw how it could be a replacement for my use of Google Keep (which I use when I'm on the go vs at my laptop). And there was already an…
nope, no hate for google keep. i just hope they dont make it go away. really useful for all sorts of notes/lists
same. tried FF and Chrome on Windows, and FF on Ubuntu. Blank space where the editor should be.
Thanks for this link. TIL. Also, the videos linked from the site were useful
Some really interesting ideas in a well organized article. Bookmarked!
or frink [1], which started off as a tool like the others mentiond here, but is now a full fledged units-based programming language. See some examples of them here [2] 1: https://frinklang.org/ 2:…
didnt mean it as a joke. I did not have another label for my pickiness as you call it. i'm still learning these terms via my child who has been diagnosed, but the thing that bothered me is that it was misaligned. i have…
minor nit about your website: the top menu's css might need adjusting. On my laptop (dell xps) the last letter of each word shows up in the next line, like so: Abou FAQ t s Triggered my (minor) OCD! Edit: added minor…
Does tcl qualify as an ur-language? No reserved words, words compose into commands, commands into scripts. ideas like upvar and uplevel.
I love new languages, and I love that you have all the basic elements of webapps as first class citizens. ....and then I saw that the page is still written using React and db access uses Prisma. They are not…
Advance apologies for coming across strong, but for an article advocating clarity, it is utterly devoid of an examples of how to actually achieve it. If your title starts with "How to..." you should SHOW, not TELL, and…
(minor): please dont ask for my email on every page. deters from me trying the language!
Did you know that Graphviz can also output its own dot format, but that the output contains layout information? That might help you get started with the 2nd part. There's also an extended dot[1] format with more…
not in number of subscribers - they know the channel already, but in quality of content and production values. I think that's what OP meant. F9 could get 2M subscribers by just doing product reviews because they're an…
Just read it like a novel. Ignore the exercises. What struck me that it took 8 or 9 chapters until they even presented a loop, and it was none the worse for doing that. Actually helped my imperative lizard brain evolve.…
Thanks. Also, nice blog post about MMM. Good analogy to finance.
Funny, I arrived at this "all software is.." piece last week. Hypothesis: All of software *is* about change management ---- It dawned on me that all the software design efforts - Design patterns, programming styles,…
At one point I was so used to Notational Velocity that I needed it on Windows and didnt want to adopt other available solutions. So I built a barebones clone in Java: https://github.com/vinodkd/jNV.
but maybe, they'll end up learning anyway? one thing i realized when i went back to studying online is that i was no longer the student who needed to prove something to someone else, and the typical test annoyed me. I…
I'm a little late to the party, but humbly submit my thoughts/design from a while back for your review/feedback: https://github.com/vinodkd/halo/blob/master/doc/UserGuide.md... Edit: I've posted this same comment in…
I'm a little late to the party, but humbly submit my thoughts/design from a while back for your review/feedback: https://github.com/vinodkd/halo/blob/master/doc/UserGuide.md... Edit: I've posted this same comment in…
I'm a little late to the party, but humbly submit my thoughts/design from a while back for your review/feedback: https://github.com/vinodkd/halo/blob/master/doc/UserGuide.md... Edit: I've posted this same comment in…
The second para of the article addresses this, as does the summary at the bottom. Maybe read the article and respond if your concerns about this particular article are still valid? Maybe it applies to the general "X is…
From the article: > These rules may sound complicated, but really, they are about understanding the fundamentals of how a computer works. ... and from the post that the article links to: > Understanding String vs &str…
Agree. And after years of using it, I discovered osage, and after a few years more, gvpr. It gives and it gives. And yes, I'm forever fiddling with it to make it look the way i want it to, but in my heart I know the…
Not sure I agree. I didnt know about gitjournal until vHanda's post, but immediately saw how it could be a replacement for my use of Google Keep (which I use when I'm on the go vs at my laptop). And there was already an…
nope, no hate for google keep. i just hope they dont make it go away. really useful for all sorts of notes/lists
same. tried FF and Chrome on Windows, and FF on Ubuntu. Blank space where the editor should be.
Thanks for this link. TIL. Also, the videos linked from the site were useful
Some really interesting ideas in a well organized article. Bookmarked!
or frink [1], which started off as a tool like the others mentiond here, but is now a full fledged units-based programming language. See some examples of them here [2] 1: https://frinklang.org/ 2:…
didnt mean it as a joke. I did not have another label for my pickiness as you call it. i'm still learning these terms via my child who has been diagnosed, but the thing that bothered me is that it was misaligned. i have…
minor nit about your website: the top menu's css might need adjusting. On my laptop (dell xps) the last letter of each word shows up in the next line, like so: Abou FAQ t s Triggered my (minor) OCD! Edit: added minor…
Does tcl qualify as an ur-language? No reserved words, words compose into commands, commands into scripts. ideas like upvar and uplevel.
I love new languages, and I love that you have all the basic elements of webapps as first class citizens. ....and then I saw that the page is still written using React and db access uses Prisma. They are not…
Advance apologies for coming across strong, but for an article advocating clarity, it is utterly devoid of an examples of how to actually achieve it. If your title starts with "How to..." you should SHOW, not TELL, and…
(minor): please dont ask for my email on every page. deters from me trying the language!
Did you know that Graphviz can also output its own dot format, but that the output contains layout information? That might help you get started with the 2nd part. There's also an extended dot[1] format with more…