Live data from Hacker News

Viewing profile — brianvoe

brianvoe

HN member
Joined
Fri, May 12, 2017, 2:30 PM UTC
HN karma
2
Public activity
13 items

About brianvoe

Senior Golang developer

Recent public activity

  1. comment
    Comment #48601350

    gemma 4 12b

  2. comment
    Comment #48412552

    Rocket League - the most challenging and toxic game i have ever played and it keeps me coming back for more.

  3. comment
    Comment #44585465

    I wrote this post to reflect on how Gofakeit started, what I’ve learned maintaining it over the years, and why Go made that process easier than other stacks I've worked with. I als…

  4. story
  5. comment
    Comment #33695017

    You are doing the lords work. Great job!!!

  6. comment
    Comment #33695002

    A select dropdown written in javascript for those who need a bit more from a dropdown. https://github.com/brianvoe/slim-select

  7. comment
    Comment #33694965

    Its not much but I have had success with a random data generator package for golang called https://github.com/brianvoe/gofakeit . Its not live changing but hopefully it helps out e…

  8. comment
    Comment #33041502

    Agreed! Thanks.

  9. comment
    Comment #33041470

    Thanks for the reply. Do you feel this way too if external repos need this data as well? I advocated for the use of interfaces for these external packages to keep them self contain…

  10. story
    Golang – Pull all the structs out???

    Something I am dealing with at work right now is the idea of pulling all the main structs of our packages into a single package to alleviate(not get rid of) cyclical import issue. …

  11. comment
    Comment #30338411

    I have maintained an open source project for many years now called Gofakeit. Not too long ago I released a website for it so that everyone else can use it. I really dont know where…

  12. comment
    Comment #26593037

    Im building an open api for https://github.com/brianvoe/gofakeit

  13. story
    Gofakeit v6. Now supports concurrency and crypto/rand

    The new v6 release now supports the ability to have localized rand that allows for concurrent generating of random data. Crypto/rand has now been integrated as well as if you have …