Searching We.Love.Privacy.Club

Twts matching #1:
Sort by: Newest, Oldest, Most Relevant

**RT by @mind_booster: Há 2 semanas, a Universidade Lusíada do Porto realizou um debate sobre #VotoEletrónico

Opiniões dos intervenientes: 🧶
1/
https://www.porto.pt/pt/noticia/voto-eletronico-e-uma-inevitabilidade-mas-tem-muito-caminho-para-andar**
Há 2 semanas, a Universidade Lusíada do Porto realizou um debate sobre #VotoEletrónico

Opiniões dos intervenientes: 🧶

1/

[porto.pt/pt/noticia/voto-ele…](https://www.porto.pt/pt/noticia/voto-eletronico-e-uma-inevitab … ⌘ Read more

⤋ Read More

Building GitHub with Ruby and Rails
Since the beginning, GitHub.com has been a Ruby on Rails monolith. Today, the application is nearly two million lines of code and more than 1,000 engineers collaborate on it daily. We deploy as often as 20 times a day, and nearly every week one of those deploys is a Rails upgrade. Upgrading Rails weekly Every […] ⌘ Read more

⤋ Read More

RT by @mind_booster: Two ‘discourses of climate delay’ which are super prevalent right now
1⃣ “The solution is nuclear”. The Swiss Govt is pushing this one, via Energy, Climate & Transport Minister Rösti (also a fossil fuel lobbyist and climate denier) & lobby groups are advertising with billboards.

Two ‘discourses of climate delay’ which are super prevalent right now

1⃣ “The solution is nuclear”. The Swiss Govt is pushing this one, via Energy, Climate & Transport Minister Rösti (also a fossil fuel lobbyi … ⌘ Read more

⤋ 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

⤋ Read More

RT by @mind_booster: A tarde hoje vai ser ocupada com actividades práticas, vamos ter 1 hackthon; e oficinas de @wikipedia, @wikidata, @commons, cujo tema será JAZZ, em jeito de homenagem a José Duarte que faleceu esta semana. #rádioportuguesa #jazz #ameninadança href=”https://we.loveprivacy.club/search?q=%235minutosdejazz”>#5minutosdejazz**
A tarde hoje vai ser ocupada com actividades práticas, vamos ter 1 hackthon; e oficinas de @wikipedia, @wikidata, [@commons](https://nitter.net/Com … ⌘ Read more

⤋ Read More

CodeQL zero to hero part 1: the fundamentals of static analysis for vulnerability research
Learn more about static analysis and how to use it for security research!
In this blog post series, we will take a closer look at static analysis concepts, present GitHub’s static analysis tool CodeQL, and teach you how to leverage static analysis for security research by writing custom CodeQL queries. ⌘ Read more

⤋ Read More

**RT by @mind_booster: O Director Nacional da Polícia Judiciária afirmou que espera que eu nunca venha a precisar da PJ, enquanto vítima, devido à minha opinião no tema dos metadados 😶

Uma expressão infeliz… espero eu.

Segue🧵

Podcast Soberania @dntwit @ValentinaM2015
1/
https://www.dn.pt/podcast/soberania/episodio/soberania-ep3-metatados-combate-ao-crime-e-o-direito-a-privacidade-16071953.html**
O Director Nacional da Polícia Judiciária afirmou que espera que eu nunca venha a precisar da PJ, enquanto víti … ⌘ Read more

⤋ Read More

Low-tech Magazine: The Comic
This is a test to check the margin alignment This is a test to check the margin alignment This is a test to check the margin alignment This is a test to check the margin alignment

Image

![Page 2 of the Comic “Back to the future of technology” by Guillaume Lion] … ⌘ Read more

⤋ Read More

**RT by @mind_booster: Highlights from IPCC report:

  • The world’s on track to hit above 3°C of warming by 2100.
  • Emissions must peak by 2025 and nearly halve by 2030 to keep warming to 1.5°C
  • 3-bil people likely to suffer water scarcity at 2°C.
  • No gov has a credible plan to keep warming in target.**
    Highlights from IPCC report:

- The world’s on track to hit above 3°C of warming by 2100.

- Emissions must peak by 2025 and nearly halve by 2030 to keep warming to 1.5°C

- 3-bil people likely to suffer w … ⌘ Read more

⤋ Read More