Dubious Islands
⌘ Read more
Dubious Islands
⌘ Read more
Game Bytes · September 2023
Game Bytes is our monthly series taking a peek at the world of gamedev on GitHub—featuring game engine updates, game jam details, open source games, mods, maps, and more. Game on!
The post Game Bytes · September 2023 appeared first on The GitHub Blog. ⌘ Read more
Erlang Solutions: Introducing Wardley Mapping to Your Business Strategy
Since it’s creation in 2005, Wardley Mapping has been embraced by UK government institutions and companies worldwide. This is thanks to its unique ability to factor both value and change into the strategising process. It’s a powerful, fascinating tool that far more organisations across the world should be implementing today to make key choices for their future growth.
Ahead of my wider Wardley Mapping st … ⌘ Read more
Game Bytes · August 2023
Game Bytes is our monthly series taking a peek at the world of gamedev on GitHub—featuring game engine updates, game jam details, open source games, mods, maps, and more. Game on!
The post Game Bytes · August 2023 appeared first on The GitHub Blog. ⌘ Read more
Bad Map Projection: ABS(Longitude)
⌘ Read more
Bad Map Projection: ABS(Longitude)
⌘ Read more
Game Bytes · July 2023
Game Bytes is our monthly series taking a peek at the world of gamedev on GitHub—featuring game engine updates, game jam details, open source games, mods, maps, and more. Game on! ⌘ Read more
Game Bytes · June 2023
Game Bytes is our monthly series taking a peek at the world of gamedev on GitHub—featuring game engine updates, game jam details, open source games, mods, maps, and more. Game on! ⌘ Read more
@movq@www.uninformativ.de If I understand it correctly, gtk4 renders using OpenGL. That means some of that RAM that appears to be allocated is actually some trick of the OpenGL driver so that it can map address in RAM space to the GPU’s VRAM (depends a lot on your setup though).
What happens if you run it with GSK_RENDERER=cairo set?
Game Bytes · May 2023
Game Bytes is our monthly series taking a peek at the world of gamedev on GitHub—featuring game engine updates, game jam details, open source games, mods, maps, and more. Game on! ⌘ Read more
Game Bytes · April 2023
Game Bytes is our monthly series taking a peek at the world of gamedev on GitHub—featuring game engine updates, game jam details, open source games, mods, maps, and more. Game on! ⌘ Read more
So. Some bits.
i := fIndex(xs, 5.6)
Can also be
i := Index(xs, 5.6)
The compiler can infer the type automatically. Looks like you mention that later.
Also the infer is super smart.. You can define functions that take functions with generic types in the arguments. This can be useful for a generic value mapper for a repository
func Map[U,V any](rows []U, fn func(U) V) []V {
out := make([]V, len(rows))
for i := range rows { out = fn(rows[i]) }
return out
}
rows := []int{1,2,3}
out := Map(rows, func(v int) uint64 { return uint64(v) })
I am pretty sure the type parameters goes the other way with the type name first and constraint second.
func Foo[comparable T](xs T, s T) int
Should be
func Foo[T comparable](xs T, s T) int
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
https://inkarnate.com/ map building #writing
Новый офис Яндекса снаружи и внутри
В Москве продолжает строиться новая штаб-квартира Яндекса. Подземная часть офиса готова, и с октября работы идут на поверхности. Если вы окажетесь на улице Косыгина, то увидите здание, даже не заглядывая за забор. Тем временем в Яндекс Картах появилась 3D-модель нашего будущего дома «в сборе» — так он будет выглядеть в 2024 году, когда завершится стройка:
 ⌘ 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
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…
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
Alternative names for ‘rationalism’: map-making, cartography
2020 Election Map ⌘ https://xkcd.com/2399/
I want a ‘Map≠Territory’ T-shirt.
The best map is still the territory.
not to mention there’s lots of interesting transformations one can apply to the linear ramp of a phasor signal. movable midpoint as seen in phase distortion synthesis and !phasewarp. exponential and @!(sndkitref “bezier”)!@ mappings. Not to mention all the trig functions and waveshaping synthesis techniques. All these things would warp tempo in interesting periodic ways. #halfbakedideas
Decided to spend the day messing around with Leaflet.js maps and…easy enough that I got what I wanted in about an hour!
What would a floating sheep map? http://manifesto.floatingsheep.org/
GitHub - pcyin/tranX: A general-purpose neural semantic parser for mapping natural language queries into machine executable code https://github.com/pcyin/tranX
Cisco Trash Map https://placesjournal.org/article/cisco-trash-map/