@mutefall I can’t take credit for the CSS on the site, it came from my site generator :D https://kiln.adnano.co
there was a connection between one of the guys who wrote the first pickup advice in the 70s, and general semantics. i could investigate
What you need to know about macOS X 10.14 Deprecation
Docker supports Docker Desktop on the most recent versions of macOS. That is, the current release of macOS and the previous two releases. As new major versions of macOS are made generally available, Docker stops supporting the oldest version and supports the newest version of macOS (in addition to the previous two releases). Keeping with […]
The post [What you need to know about macOS X 10.14 Deprecation](https://www.docker.com/blo … ⌘ Read more
Event: Generics in Go 1.18 - Introduced using a practical example
Go 1.18 is about to be released (or it is already depending when you’re reading this). One of the big things in it are generics. Axel Wagner will introduce us to generics using a practical example. 1 points posted by Sascha Andres ⌘ Read more
For the Sake of Simplicity
⌘ Read more
For the Sake of Simplicity
⌘ Read more
Generate an NFT Collection in Go
1 points posted by plutov ⌘ Read more
ethanjsummers00/OutfitGen
A randomized outfit generator
Language: JavaScript
Star: 1
Watch: 1 ⌘ Read more
CalumMcCallion/OutfitGenerator
Randomly Generates Outfit From Your Own Clothes
Language: C++
Star: 1
Watch: 1 ⌘ Read more
TheComeUpCode/WardrobeApp
An app that automates your closet and generates an outfit.
Language: Python
Star: 71
Watch: 71 ⌘ Read more
[Raku] 如何判斷一個數值是否為精緻質數 ⌘ Read more
generic answer to any threat: “if the grease doesn’t get me first”
GitHub Enterprise Server 3.4 improves developer productivity and adds reusable workflows to CI/CD
The GitHub Enterprise Server 3.4 release candidate delivers enhancements to make life easier and more productive, from keyboard shortcuts to auto-generated release notes! ⌘ Read more
Monal IM: Funding campaign: Mac Mini for faster Monal development
Update 15.02.2022 Thank you very much. We reached our target of 1000€ within less than a week. We will order our new Mac mini tonight. Stay tuned for a big development blog post.
Dear Monal Community,
as you know the Monal project is developed by volunteers and has no general funding so far.
To improve the development situation it would be of advantage to have a physical build server for the developers.
This would have … ⌘ Read more
The Go 1.18 generics landscape
A fairly complete presentation about Go 1.18 generics including examples, planned changes for future releases, writing generics code, defining constraints, new library packages, and generics examples for generics Map() / Reduce() / Filter() and a type-safe Set implementation. 1 points posted by FGM ⌘ Read more
saying “without loss of generality” is a great way to hide bullshit in a proof. i have applied it many times with huge success
Naereen/generate-word-cloud.py
🐍 A simple Python (2 or 3) script to generate a PNG word-cloud ☁️ image from a bunch of 📂 text files 🎉. Based on word_cloud by @amueller.
Language: Python
Star: 18
Watch: 18 ⌘ Read more
gutfeeling/word_forms
Accurately generate all possible forms of an English word e.g “election” –> “elect”, “electoral”, “electorate” etc.
Language: Python
Star: 517
Watch: 517 ⌘ Read more
oliviersm199/Tweet-Generator
The Tweet Generator uses a Markov chain to generate random tweet based off of past tweets. It uses Python and the Twitter API to obtain the last 200 tweets from a particular user, organizes them into a JSON tree structure and then executes a random walk on that tree structure. This results in sometimes hilarious sometimes nonsense tweets that mimic the Twitter user’s past tweets.
Language: Py … ⌘ Read more
I should use twtxt more. I actually like it better than fedi, in general.
Hypothesis Generation
⌘ Read more
Hypothesis Generation
⌘ Read more
[Raku] 如何生成各種無限長的數列 ⌘ Read more
GoCN 每日新闻 (2022-01-13)
GoCN 每日新闻 (2022-01-13)
- Golang《基于 MIME 协议的邮件信息解析》部分实现https://gocn.vip/topics/20948
- 泛型可以拯救 Golang 笨拙的错误处理吗?https://blog.dnmfarrell.com/post/can-generics-rescue-golangs-clunky-error-handling/
- 更多的并行,并不等同更高的性能https://convey.earth/conversation?id=44
- 为什么 Go 有两种声明变量的方式,有什么区别,哪种好? [https://mp.weixin.qq.com/s/ADwEhSA1kFOFqzIyWvAqsA](https://mp.weixin.q … ⌘ Read more
GoCN 每日新闻 (2021-12-26)
- Go 泛型的 facilitator 模式https://rakyll.org/generics-facilititators
- Go 1.18 泛型: 好的、坏的、丑的https://itnext.io/golang-1-18-generics-the-good-the-bad-the-ugly-5e9fa2520e76
- Go 调试器发布 Delve 1.8.0 版本,支持 1.18 泛型调试https://github.com/go-delve/delve/releases/tag/v1.8.0
4 … ⌘ Read more
The Dwarf Generator Act One makes surprisingly good christmas music!
GoCN 每日新闻(2021-12-23)
- 《真·简单》Golang 轻量级桌面程序 wails 库(圣诞节限定) https://gocn.vip/topics/20899
- Go 实战 | 一文带你搞懂从单队列到优先级队列的实现https://gocn.vip/topics/20897
- 什么时候在 Go 中使用泛型https://teivah.medium.com/when-to-use-generics-in-go-36d49c1aeda
- 深入研究 NSO 零点击 iMessage 漏洞:远� … ⌘ Read more
教程:如何开始使用泛型
教程:如何开始使用泛型- 原文地址: https://go.dev/doc/tutorial/generics
- 原文作者:go.dev
- 本文永久链接: https://github.com/gocn/translator/blob/master/2021/w49_Tutorial_Getting_started_with_generics.md
- 译者: zxmfke
- 校对: cvley
目�� … ⌘ Read more
Getting started with Generics in Go
4 points posted by kenny ⌘ Read more
Instead of banging my head on Advent of Code, I coded something useful today: Text-to-Speech for GoBlog using the official Google Text-to-Speech API. When posting, an audio file is generated automatically from the post content. And, I have to praise myself for this, I documented the feature as well! 😄 ⌘ Read more
When to Use Generics in Go?
1 points posted by teivah ⌘ Read more
Agreed on “aggressive” — as a general rule, I don’t think most folks are acting like we’re in the kind of crisis we are.
fake english word generation for Go and CLI: [[https://github.com/nwtgck/go-fakelish]] #links
GitHub Enterprise Server 3.3 is generally available
GitHub Enterprise Server is now generally available for all customers. This release improves performance for CI/CD and for customers with large repositories. ⌘ Read more
@fastidious@arrakis.netbros.com @prologic@twtxt.net @lyse@lyse.isobeef.org You will never be certain whether we really slept or whether we just generously overlooked it.
Auto-generated C4 Architecture Diagrams in Go
1 points posted by m110 ⌘ Read more
GitHub Externships: enabling India’s next generation of developers
Are you a student in India? Applications are open for the GitHub Externships Winter Cohort! ⌘ Read more
GitHub Actions: reusable workflows is generally available
DRY your Actions configuration with reusable workflows (and more!) ⌘ Read more
Secure deployments with OpenID Connect & GitHub Actions now generally available
GitHub Actions now supports OpenID Connect for secure deployment to different cloud providers via short-lived, auto-rotated tokens. ⌘ Read more
@adi@f.adi.onl Ugh sorry for not replying. If the file list is dynamic, usually you use something like autoconf to generate the Makefile. I’ve also used wildcards in the past and that works okay. You should be able to use shell commands to populate the file list.
Video: Using generics in Go
3 points posted by kenny ⌘ Read more
Third generation of AirPods. So, new AirPods. Read more at Apple. 😂
proposal: don’t use generics in 1.18 stdlib
3 points posted by kenny ⌘ Read more
Apple’s event on Monday is bringing, as always, speculation to the table. One thing most outlets seem to agree is the introduction of an “M1X” chip, thought Apple might call it differently. M1X might also mean, M1(we don’t know what comes after, or next generation). Either way, I would really like to see the return of the 27” iMac, but I will not hold my breath. Nevertheless, Monday is going to be an exciting day for many, including me! 🍎
Unsolved Math Problems
⌘ Read more
Everybody is building one because, you know, why not? Why I built my own static site generator.
Test to generate more logging.
GitHub security update: revoking weakly-generated SSH keys
On September 28, 2021, we received notice from the developer Axosoft regarding a vulnerability in a dependency of their popular git GUI client - GitKraken. An underlying issue with a dependency, called `keypair`, resulted in the GitKraken client generating weak SSH keys. ⌘ Read more