Profile for nikita
About nikita
Fields
- open source personal patreon
- https://patreon.com/nikkicoon
- Festival Work
- https://www.platzhirsch-duisburg.org/
- Festival Crowdfunding Campaign
- https://gofund.me/cb27f01e
- rausgegangen.de tickets
- https://rausgegangen.de/en/organizations/platzhirsch-festival/
Bio
a little bit of everything, skills, jobs and interests all over the place with some intersections.
orga at platzhirsch festival
Stats
- Joined
- Posts
- 11341
- Followed by
- 70
- Following
- 93
Recent posts
so go cross-compiling seems to require a cross-compiling toolchain on macos. what do people use for that to target linux-amd64?
is there something similar to ReplaceAllStringFunc for golang's regexp which takes fn(string,string) so that I can strings.trimSuffix(s, "::") or is there a more generalized way how I can get this:
re := regexp.MustCompile("(?m)^[^#][a-zA-Z]+::")
re.ReplaceAllString(s, *re, but with one of the trailing double collons removed*)
https://github.com/NetBSD/pkgsrc/issues/143
#gotosocial users via #pkgsrc , any objections to just switching the build over to wasmqlite3 for more architecture support?
if your hostname(1) doesn't have -f (for fully qualified domain name), how do you get the fqdn?
os.Hostname() in golang would return the hostname as reported by the kernel.
package main
import (
"fmt"
"os"
)
func main() {
n, _ := os.Hostname()
fmt.Println(n)
}
-> results in: rhun
hostname -f
-> results in: rhun.klang.is
I've written a wrapper function for hostname -f, but there seems to be no go native way to get the fqdn without a lot of annoyance involved
Ich glaube mir folgen hier nicht so viele aus der Gegend, aber:
unsere Konzert von Trio LDL am Mittwoch und Jessica Moss am Donnerstag (beides in der Säule, Duisburg) haben nicht so viele Tickets im VVK verkauft. Viele andere Veranstalter sagen die Konzerte deswegen ab. Wir haben uns scheinbar entschlossen die Konzerte auf freier Eintritt zu ändern, Spenden wären trotzdem gut.
Are there open data initiatives and devices for collecting information on tap water, rain water, etc quality?
got no plans tonight and you are in Berlin?
BIG ‡ BRAVE + Aicher + Extra Life in the Kantine am Berghain aren't sold out.
Tickets will be available at the door.
Doors 19.30
Extra Life 20:30
Aicher 21:35
BB 22:15
https://www.instagram.com/p/C6_EUP2iMYQ/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==
speaking of bands, do you know any bands from Germany (or even world wide) which play interesting variations of doom metal (ideally: not a lineup full of men)? asking for a smaller doom metal festival.
I've gathered some regional and outside of this region, but I'm happy for new recommendations (also I just love listening to new music)
I added a first way to process zig.build.zon files (for zig packages with dependencies) for pkgsrc, it works for zls (regardless of chroot'ed installs of zig being broken right now in pkgsrc).
To be solved: website independent, no name field other than "$foo = .{ .... }," where "$foo" is the name, so no easy way to extract a name for a distfile to save in distfiles - doubtful if it works in a chroot.
#pkgsrc #zig #netbsd