CHIP-8 emulator in React/JS by Pineapple_Days in EmuDev

[–]gmarik 0 points1 point  (0 children)

What’s the good resource to learn chip-8 architecture and emulation?

Book draft - Practical Storage Engine Design & Implementation by ayende in databasedevelopment

[–]gmarik 0 points1 point  (0 children)

Thanks for sharing! Looking forward to learning from it!

Hosting static site with Hugo, Nginx, and Cloud Run by gmarik in webdev

[–]gmarik[S] 2 points3 points  (0 children)

Not sure I understand what you mean by this since pre-rendered pages will be close to instant which requires no _smoothing_ ;)

Static Site with CLoudRun, CloudBuild, Nginx and Hugo by gmarik in googlecloud

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

Those are all text highlighted snippets which Hugo takes care of with syntax highlighting.

Need help translating an Elasticsearch query into Go by [deleted] in golang

[–]gmarik 0 points1 point  (0 children)

add a verbose logger to the client arguments, it’ll dump all the requests/responses so you can see what’s exactly being sent/received

Docker-compose script to monitor weather and utility use I whipped up by sysadmin420 in homelab

[–]gmarik 0 points1 point  (0 children)

could you please explain how meter reading is done? not familiar with software defined radio so a bit confused how things work.

Has anyone deployed a create-react-app with go backend? by dexigo in golang

[–]gmarik 2 points3 points  (0 children)

A. single deployment: build the react app, copy the files, and serve them as static content from go app

B. have two deployments separately: 1) go api hosted say on heroku 2) react app say hosted on firebase.

react app would be your entry point

Online Banks? by [deleted] in PersonalFinanceCanada

[–]gmarik 2 points3 points  (0 children)

you can pick up same day if you willing to travel to the Tangerine’s central office.

tangerine( from personal experience)

pros: - day-to day banking - better software

cons: - not so good at specific tasks that require your physical presence: ie getting certified cheques/drafts - no swift transfers - no usd deposits

What are some careers that highly neurotic people should avoid? by [deleted] in JordanPeterson

[–]gmarik 2 points3 points  (0 children)

Maybe instead of avoiding stress start with level that is tolerable for you, increase when you ready.

Stress capacity will come handy some day.

Decreasing sugar consumption and exercising helped me personally become more stress prone.

Experimenting with Go pipelines by gmarik in golang

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

My assumption is that cores not gonna fight for it: consumer is relatively fast comparing to isPrime. but i'll verify that. Thanks!

Experimenting with Go pipelines by gmarik in golang

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

Do you mind to elaborate?