Forwarded from Hacker News (yahnc_bot)
Show HN: CheerpX – x86 Node.js/python3/Ruby REPL in browser via WebAssembly JIT https://repl.leaningtech.com/
CheerpX's REPL
REPL client side - a CheerpX demo
Forwarded from Hacker News (yahnc_bot)
What I’ve Learned in 45 Years in the Software Industry https://www.bti360.com/what-ive-learned-in-45-years-in-the-software-industry/
Bti360
What I've Learned in 45 Years in the Software Industry
BTI360 teammate Joel Goldberg recently retired after working in the software industry for over four decades. When he left he shared with our team some of the lessons he learned over his career. With his...
Forwarded from Hacker News (yahnc_bot)
Microsoft tried to buy Nintendo, but got laughed out of the room https://www.engadget.com/microsoft-wanted-to-buy-nintendo-145746874.html
Engadget
Microsoft tried to buy Nintendo, but got laughed out of the room
Specifically, the Xbox was unveiled at CES in 2001 — to commemorate that launch, Bloomberg has published an in-depth oral history of how the console came to be. It’s a fascinating read, but one particular passage stands out: details on Microsoft’s efforts…
https://github.com/goplus/gop
一直没找到一个 go repl 和类似于 dotnet-script 那样的 go 项目,没想到算是用这个曲线救国了。
虽然加了很多语法,但对 go 语言本身是 fully compatible 的,所以……凑合着算是能用……?
唯一不方便的就是没有官方的 pre-built binaries,只好自己编译(甚至官网都没提你该怎么安装)
一直没找到一个 go repl 和类似于 dotnet-script 那样的 go 项目,没想到算是用这个曲线救国了。
虽然加了很多语法,但对 go 语言本身是 fully compatible 的,所以……凑合着算是能用……?
唯一不方便的就是没有官方的 pre-built binaries,只好自己编译(甚至官网都没提你该怎么安装)
GitHub
GitHub - goplus/gop: The Go+ programming language is designed for engineering, STEM education, and data science. Our vision is…
The Go+ programming language is designed for engineering, STEM education, and data science. Our vision is to enable everyone to become a builder of the digital world. - goplus/gop
https://fullstackopen.com/zh/
芬兰赫尔辛基大学的公开课,跟着要求做完能拿到课程证书,作为一个课程讲的也很细致,最重要的是 UI、动效都很棒。
芬兰赫尔辛基大学的公开课,跟着要求做完能拿到课程证书,作为一个课程讲的也很细致,最重要的是 UI、动效都很棒。
Fullstackopen
全栈公开课
http://huziketang.mangojuice.top/books/react/
一本小书,上来就开始看代码,有部分基础单纯地想要学 react 的话可能会更喜欢这个,我个人感觉也是还不错的。
一本小书,上来就开始看代码,有部分基础单纯地想要学 react 的话可能会更喜欢这个,我个人感觉也是还不错的。
huziketang.mangojuice.top
React.js 小书
React.js 小书是一个开源、免费、专业、简单的 React.js 在线教程。提炼实战经验中基础的、重要的、频繁的知识进行重点讲解,让你能用最少的精力深入了解实战中最需要的 React.js 知识。
Forwarded from Hacker News (yahnc_bot)
Haskell is a Bad Programming Language (2020) https://blog.shitiomatic.tech/post/haskell-is-a-bad-programming-language/#👾
ww16.blog.shitiomatic.tech
shitiomatic.tech - This website is for sale! - cloud server monitoring Resources and Information.
This website is for sale! shitiomatic.tech is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, shitiomatic.tech has it all. We hope you find what you are searching…
Forwarded from Hacker News (yahnc_bot)
AVIF support enabled by default in Firefox 86 https://bugzilla.mozilla.org/show_bug.cgi?id=1682995
bugzilla.mozilla.org
1682995 - (avif-default) Enable AVIF support by default
RESOLVED (jbauman) in Core - ImageLib. Last updated 2021-09-17.
not b@tk1z
https://github.com/goplus/gop 一直没找到一个 go repl 和类似于 dotnet-script 那样的 go 项目,没想到算是用这个曲线救国了。 虽然加了很多语法,但对 go 语言本身是 fully compatible 的,所以……凑合着算是能用……? 唯一不方便的就是没有官方的 pre-built binaries,只好自己编译(甚至官网都没提你该怎么安装)
https://github.com/cosmos72/gomacro
总之是另一个 go repl
总之是另一个 go repl
GitHub
GitHub - cosmos72/gomacro: Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros - cosmos72/gomacro
Forwarded from Hacker News (yahnc_bot)
Show HN: Thumbnail.ai – Just paste a blog post link and get a thumbnail https://thumbnail.ai/
Thumbnail AI
Free Thumbnail Maker - Ai thumbnail creator - Thumbnail.AI
Make amazing thumbnails with ai. Let thumbnail.ai generate an image for you.
Forwarded from Hacker News (yahnc_bot)
Old Compilers and Old Bugs https://lwn.net/SubscriberLink/842122/2ed09eb12c8ca4bf/
lwn.net
Old compilers and old bugs
The kernel project goes out of its way to facilitate building with older
toolchains. Building a kernel on a new system can be enough of a challenge
as it is; being being forced to install a custom toolchain first would not
improve the situation. So the…
toolchains. Building a kernel on a new system can be enough of a challenge
as it is; being being forced to install a custom toolchain first would not
improve the situation. So the…
> If the proposal is accepted, our goal will be to have a complete, though perhaps not fully optimized, implementation for people to try by the end of the year, perhaps as part of the Go 1.18 betas.
https://blog.golang.org/generics-proposal
看来我暂且是用不上了。。。
https://blog.golang.org/generics-proposal
看来我暂且是用不上了。。。
go.dev
A Proposal for Adding Generics to Go - The Go Programming Language
Generics is entering the language change proposal process
not b@tk1z
https://bencane.com/2020/12/29/how-to-structure-a-golang-cli-project/
Benjamin Cane
Structuring Go Packages
After writing Go applications for both Open Source and Enterprise use. I have learned a few things about how to effectively structure Go packages. How to make them easier to test, easier to share and more importantly, production ready.
Forwarded from Hacker News (yahnc_bot)
My preferred .NET console stack https://www.devlead.se/posts/2021/2021-01-15-my-preferred-console-stack
www.devlead.se
@devlead - Mattias Karlsson's Blog - My preferred .NET console stack
An opinionated view on the boilerplate starting point of any .NET console application