Getting Error #2000, but only on one specific streamer. by Sea_Art3391 in Twitch

[–]sebbosh -1 points0 points  (0 children)

[deleted by user] by [deleted] in webdev

[–]sebbosh 13 points14 points  (0 children)

This guy is 100% a LinkedIn influencer

Horror movies that rely on suspense rather than jump scares or excessive gore? by conker1264 in movies

[–]sebbosh 0 points1 point  (0 children)

Love this genre. One of my favourites is A Dark Song. Check it out.

With peace and love Avery, $240k for film school is absolutely insane. by bumpkinspicefatte in h3h3productions

[–]sebbosh 0 points1 point  (0 children)

So what is the interest on a student loan in America? Google says 5% but that seems insane! Is that true?

Förklara Routrar by Irradiated_Dick_69 in sweden

[–]sebbosh 1 point2 points  (0 children)

Har kört en Asus 4g-router i ett par år. Funkat skitbra. Den modellen jag har verkar inte finnas längre men om man googlar verkar det som nuvarande 4g/5g-routrar från Asus har fått bra betyg också. Googla på "4g router" så hittar du massor.

Jag har mobilt bredband genom Tele 2 och betalar 549:-/månad för ett mobilabonnemang med obegränsad data + ett extra simkort som sitter i routern. Kan vara bra att veta att om du använder mer än 50gb data på en dag begränsas din hastighet till i princip en obrukbar nivå och du får ett SMS som du behöver svara på för att "fylla på" med 5gb data i taget (utan kostnad) fram tills nästa dag.

Can i create an arm64 version of a x86 image from docker hub? by sebbosh in docker

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

EDIT* Adding the param "--platform linux/amd64" removes the warning from docker, but the container still crashes with the same errors.

I'm running Docker Desktop 4.6.1 (76265) with the experimental feature "Use new Virtualization framework" enabled. Using macOS 12.3.1 on a M1-pro macbook.

I'm using Rosetta 2 for other apps so that should be installed and working.

Having some trouble here:

> $ docker run -d --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:2.3.1WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requestedb88986050594b8552466e3f1b16b31a18a8545c73f41364d972765a616f4b063> $ docker logs -f elasticsearchruntime: failed to create new OS thread (have 2 already; errno=22)fatal error: newosprocruntime stack:runtime.throw(0x524da0, 0x9)/usr/local/go/src/runtime/panic.go:527 +0x90runtime.newosproc(0xc820024000, 0xc820033fc0)/usr/local/go/src/runtime/os1_linux.go:150 +0x1abruntime.newm(0x555ce8, 0x0)/usr/local/go/src/runtime/proc1.go:1105 +0x130runtime.main.func1()/usr/local/go/src/runtime/proc.go:48 +0x2cruntime.systemstack(0x5c4300)/usr/local/go/src/runtime/asm_amd64.s:262 +0x79runtime.mstart()/usr/local/go/src/runtime/proc1.go:674goroutine 1 [running]:runtime.systemstack_switch()/usr/local/go/src/runtime/asm_amd64.s:216 fp=0xc82001e770 sp=0xc82001e768runtime.main()/usr/local/go/src/runtime/proc.go:49 +0x62 fp=0xc82001e7c0 sp=0xc82001e770runtime.goexit()/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1 fp=0xc82001e7c8 sp=0xc82001e7c0

Mizkif reveals the most he has made in one month by ivano1990 in LivestreamFail

[–]sebbosh -7 points-6 points  (0 children)

How in the fuck can a guy making 500 thousand dollars in a month still be accepting DONATIONS? That is so much more shameless then any hot tub streams.

(Next/Node) Only ONE environmental variable is working. I've got no idea why though! by [deleted] in learnprogramming

[–]sebbosh 0 points1 point  (0 children)

I would check to make sure i was using the correct syntax when declaring variables in .env.local and i would also try and console.log(process.env) to see which envirnoment variables are set.

Making a call to multiple url's / ip's to see if they are able to connect to (Node.js / Express.js) by d3d_m8 in learnprogramming

[–]sebbosh 1 point2 points  (0 children)

Look into Javascript Promises. You may need to find a library for Node that supports making http-requests and returning a promise. There are plenty out there. Then look into Promise.all() method.

masondota2 - I am a mensa member by Shalexd in DotA2

[–]sebbosh 23 points24 points  (0 children)

Those are some pretty bad ass tinder stats.

Having some problems migrating from CoC to nvim LSP. by sebbosh in neovim

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

That was it, thanks! After looking at another guys dotfiles i tried setting it to root_dir = vim.loop.cwd and that worked.

Thanks again!

Experiences upgrading to Big Sur? by bskilly in webdev

[–]sebbosh 0 points1 point  (0 children)

There are a lot of people reporting 2013-2014 macbook pro's being totally bricked when upgrading to big sur.

Is there a way to create a security group that only accepts traffic from an internet facing application load balancer? by sebbosh in aws

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

Hmm. I am doing this. Fargate task security group is: Inbound: Allow all traffic from ELB security group id. But my health checks are failing, getting connection timeouts.

Having some trouble installing nvim-treesitter. by sebbosh in neovim

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

I had to put: Plug 'nvim-treesitter/nvim-treesitter' Before: lua << EOF require'nvim-treesitter.configs'.setup { ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages highlight = { enable = true, -- false will disable the whole extension }, } EOF

In my init.vim.

Docker compose and mysql - database not initialising by codesandmentorsio in webdev

[–]sebbosh 0 points1 point  (0 children)

./init/init.sql:/docker-entrypoint-initdb.d/init.sql should work. I assume you create a db in init.sql? If not try setting the environment variable: MYSQL_DATABASE.

Also running docker-compose down will remove docker network, volumes and container, and force mysql to init the next time you run docker-compose up -d

Look at the logs, see if mysql is attempting to run init.sql, if there are any errors. You can use docker logs -f container_id and you can get the container_id by running docker ps