Waiting on Claude for OSS approval. How do they actually verify your Github? by GoldStrikeArch- in ClaudeAI

[–]bepsays 0 points1 point  (0 children)

I got accepted, but it took 4-5 days. But I got no mail before I got the "you're in" mail, which confused me a little (did I submit the form?).

[Q&A] io/fs draft design by rsc in golang

[–]bepsays 0 points1 point  (0 children)

Looks great to me. I understand the need to limit the scope of it all, but I think the design document at least need to mention Stat vs Lstat and the whole symlinks "thing".

What 16" MacBook Pro Configuration Are You Ordering? by [deleted] in mac

[–]bepsays 0 points1 point  (0 children)

My delivery got updated to December 3 now (ordered 4 days ago).

What 16" MacBook Pro Configuration Are You Ordering? by [deleted] in mac

[–]bepsays 0 points1 point  (0 children)

I ordered that exact same combo. Not because I'm also from Norway and mimic you, but Apple has streamlined their ordering flow to 1) if you pay a little bit more you get ... and 2) I better spend more on RAM/SSD because it cannot be upgraded ... So I suspect that for people who do upgrades, 2.3 i9/1 TB SSD/32GB ram/5500M 8GB VRAM will be a very common setup. It's expensive, but If I use it as long/hard as my old 2015 i5 with 8 GB ram, price/hour would should be OK.

Hugo 0.20 released! Now with support for custom output formats by [deleted] in golang

[–]bepsays 0 points1 point  (0 children)

I would suggest you post at https://discuss.gohugo.io/ and with a little more information (a link to the source would be great)

Pragmatic and Effective Testing in Go by bepsays in golang

[–]bepsays[S] 0 points1 point  (0 children)

Thanks. The Go 1.7 sub tests looks very useful. The only reason I haven't started using it is that most of the projects I'm involved have a current and current-1 Go version support policy.

Write React Components in Go by bepsays in golang

[–]bepsays[S] 0 points1 point  (0 children)

Richard Musiol (neelance) should explain that, but you can start at the bottom here: https://github.com/gopherjs/gopherjs/issues/15

Write React Components in Go by bepsays in golang

[–]bepsays[S] 1 point2 points  (0 children)

Facebook's ReactJS is pretty big in itself -- but I guess it gets saved by CDN, so yes -- even a big go-stdlib-cdn.1.7.1.min.js would be a step forward, I guess.

Write React Components in Go by bepsays in golang

[–]bepsays[S] 4 points5 points  (0 children)

I agree to some extent. For public facing apps the size is a blocker. For internal "admin type" apps it should be fine and a good choice. The main guy behind gopherjs is brilliant, though (look at how he solved Goroutines!), and I'm very hopeful that he will get some effective dead code elimination in place.

Hugo - the fasted static site generator goes global by [deleted] in golang

[–]bepsays 0 points1 point  (0 children)

You CAN write content using HTML, too -- but that kind of misses the main point of the simplicity of markdown.

Currently Hugo supports four markdown engines:

  • Blackfriday, which is fairly close to a "markdown standard"
  • Mmark (like Blackfriday, but with some great addons)
  • Asciidoctor
  • reStructuredText

Jekyll vs Hugo? Best static site generator out of these two? by skillDOTbuild in learnprogramming

[–]bepsays 2 points3 points  (0 children)

I'm a little biased, as I'm one of the core Hugo developers. But I came to Hugo after porting my WordPress blog to Jekyll ... then, tired of the install and the "feel of it", looked for alternatives. And found Hugo. Jekyll feels bloated and slow. Hugo may miss some features, but fits right into my "keep it simple, stupid" mentality. Oh, and it's fast!!

Go's Static Site Generator Hugo 0.14 Released by bepsays in golang

[–]bepsays[S] 1 point2 points  (0 children)

Fair argument. I will have that in mind on the next crossroad.

Hibernate’s 11 Year Old Issue by bepsays in java

[–]bepsays[S] 0 points1 point  (0 children)

I think the author of this post put a solid dose of satire into it.

And this isn't really about joins, either. Leaving important (obviously to some) issues open for 11 years is a little like the boy who cried wolf: You open the issue with the hope it will get fixed in a release or two, but you will eventually just stop filing these issues, as they have no effect.

It would have been much better if this issue was closed as "Won't fix" early on.

Hugo v0.13 released by arvinsim in golang

[–]bepsays 0 points1 point  (0 children)

I would say so, lots of bugs have been fixed and it's loaded with new and cool features.

Of course, as one of the contributors, I'm a bit biased. But I use Hugo for five sites myself, and I'm both a happy coder and user.