Digital Prepping, Part 1 - Off-Line Websites & Maps
The first step in making your computer usable when the Internet goes away. Because it will. ⌘ Read more
Linux Foundation, bored with Linux, launches Open Metaverse Foundation
Vaccines… Maps… Metaverse. You know. Anything but Linux. ⌘ Read more
https://biclousetbidouilles.com/comparatif-des-principales-applis-de-cartographie-sur-smartphone/ #maps #gps
A map for code: https://merveilles.town/@akkartik/109656512985323270
https://inkarnate.com/ map building #writing
Новый офис Яндекса снаружи и внутри
В Москве продолжает строиться новая штаб-квартира Яндекса. Подземная часть офиса готова, и с октября работы идут на поверхности. Если вы окажетесь на улице Косыгина, то увидите здание, даже не заглядывая за забор. Тем временем в Яндекс Картах появилась 3D-модель нашего будущего дома «в сборе» — так он будет выглядеть в 2024 году, когда завершится стройка:
 / Reduce() / Filter() and a type-safe Set implementation. 1 points posted by FGM ⌘ Read more
GoCN 每日新闻 (2022-1-15)
- https://jogendra.dev/writing-maintainable-go-code Writing maintainable Go code
- https://mp.weixin.qq.com/s/h8vhy8IJKnA8aNbTlCoQtg 理解 go 中空结构体的应用和实现原理
- https://juejin.cn/post/7053109648223633438 Go 并发写 map 产生错误能够通过 recover() 恢复吗?
- [https://soulteary.com/2022/01/15/explain-the-golang-resource-embedding-solution-part-1.html](https://soulteary.com/2022/01/15/exp … ⌘ Read more
GoCN 每日新闻 (2022-01-06)
- Golang profiler 笔记https://github.com/DataDog/go-profiler-notes/blob/main/README.md
- Bundling templates with embedhttps://osinet.fr/go/en/articles/bundling-templates-with-embed/
- Go 通过 Map/Filter/ForEach 等流式 API 高效处理数据https://gocn.vip/topics/20922
- 滴滴夜莺监控发布 v5 正式版,定位 Promet … ⌘ Read more
GoCN 每日新闻(2022-01-04)
GoCN 每日新闻(2022-01-04)- 「GoCN 酷 Go 推荐」go 语言位操作库 — bitsethttps://mp.weixin.qq.com/s/UcuKgKnt4fwrg3c-UHc3sw
- Go 通过 Map/Filter/ForEach 等流式 API 高效处理数据https://mp.weixin.qq.com/s/7ATm_Zu7ib9MXf8ugy3RcA
- 优化 Go 二进制文件的大小[https://prog.world/optimizing-the-size-of-the-go-binary](https://prog.world/optimizing-the-si … ⌘ Read more
Go 通过 Map/Filter/ForEach 等流式 API 高效处理数据
什么是流处理如果有 java 使用经验的同学一定会对 java8 的 Stream 赞不绝口,极大的提高了们对于集合类型数据的处理能力。
”`
int sum = widgets.stream()
<span class="o">.</span><span class="na">filter</span><span class="o">(</span><span class= ... ⌘ [Read more](https://gocn.vip/topics/20922)```
go 语言位操作库 bitset
bitset库 实现了 bitsets 数据结构,这是一种正整数和布尔值映射关系的结构,它比 map[uint]bool 更高效
bitsets 基本思想是用一个 bit 位来标记某个元素对应的 Value,每一位表示一个数,1 表示存在,0 表示不存在
比如我要表示 1, 3, 7 这 3 个数
- 构造一个空白 bitsets:00000000
- 每位代表的值如下:76543210
- 想要表示的值标记 1:10001010
�� … ⌘ Read more
GoCN 每日新闻(2021-12-13)
GoCN 每日新闻(2021-12-13)
- 尝鲜 Go 1.18 范型版本的 map 和 slice!https://juejin.cn/post/7040800455349239822
- Go 实现可序列化的 Roaring Bitmapshttps://dgraph.io/blog/post/serialized-roaring-bitmaps-golang/
- Go 使用 Github Actions 做 CI[https://www.alexedwards.net/blog/ci-with-go-and-github-actions](https://www.alexedwards.net/blog/ci-with-go-and-github … ⌘ Read more
BigCache 针对 Go 垃圾回收的设计优化
为什么有这篇文章某一天在群里摸鱼的时候,看到群里有人问 go map 的空间回收问题,把截图贴上吧:
其实一位群友发出的问题引起了我注意,他的问题是: go 的 map 的值调用了 delete 函数是不是不会立即删除?当然这个问题如果研究过或者深入 go 的内存分� … ⌘ Read more
The Liminal Web: Mapping An Emergent Subculture Of Sensemakers, Meta-Theorists & Systems Poets ⌘ Read more
Today GoBlog got the option to configure your own map tile server. So not only standard OpenStreetMap is possible, but also Stamen Toner for example. Fits much better to my blog aesthetics, right? (See the map page.) ⌘ Read more
Showing GPX tracks on my blog
On my blog, I’ve had the ability to link posts to a location for some time now. There is also a map that shows all posts with a location. ⌘ Read more
anvaka/twitter-recommended-graph
Building a proposal for Twitter to show a map of recommended people
Language: JavaScript
Star: 13
Watch: 13 ⌘ Read more
Gephisto -Get a network map in one click. #Gephi href=”https://we.loveprivacy.club/search?q=%23GraphML”>#GraphML**
#Gephi #GraphML ⌘ Read more
@movq@www.uninformativ.de I am getting this when I run it on cron (extra lines in between becuase otherwise jenny will make them a mash):
Traceback (most recent call last):
File “/home/quark/jenny/jenny”, line 565, in
if not retrieve_all(config):
File “/home/quark/jenny/jenny”, line 373, in retrieve_all
refresh_self(config)
File “/home/quark/jenny/jenny”, line 294, in refresh_self
process_feed(config, config[‘self_nick’], config[‘self_url’], content)
File “/home/quark/jenny/jenny”, line 280, in process_feed
fp.write(mail_body)
File “/usr/lib/python3.8/encodings/iso8859_15.py”, line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: ‘charmap’ codec can’t encode character ‘\U0001f4e3’ in position 31: character maps to
Flag Map Sabotage
⌘ Read more
Bad Map Projection: The Greenland Special ⌘ Read more…
Man, these maps sure are detailed. It’s like one could have a car navigate around with all this information.
https://umap.openstreetmap.fr/fr/map/plan-des-amenagements-cyclables-temporaires_462657#16/44.8614/-0.5214 bordeaux velo
http://bl.ocks.org/Azgaar/b845ce22ea68090d43a4ecfb914f51bd fantasy generator map écriture
http://mewo2.com/notes/terrain/ fantasy maps écriture
Learning European Languages (Michel Thomas)
I’ve said on a couple livestreams that the ideal way for an English speaker to begin learning or excel in learning other major European languages (Spanish, French, Italian and German) is to use Michel Thomas’s audiotapes. They can be found for free on Pirate Bay and other sites, but you can also buy them [on his official … ⌘ Read more
Am I my connectome? ⌘ Read more…
2020 wrap-up redux, a Wardley Map for Mu: https://merveilles.town/@akkartik/105476276652369571
Alternative names for ‘rationalism’: map-making, cartography
2020 Election Map ⌘ https://xkcd.com/2399/
I want a ‘Map≠Territory’ T-shirt.