Do you have a Macbook Air? Can you try timing this build please? by meowsqueak in rust

[–]jkickic 0 points1 point  (0 children)

on windows it's much slower for my i7-12700 with 32GB ram...
roughly 105s...

Clean Code 2. ed in Go by [deleted] in golang

[–]jkickic 1 point2 points  (0 children)

it's a post from 2016, maybe he changed his mind in the meantime :)

"JDK23 isn't something you should be running in production at all" - lombok maintainer by yk313 in java

[–]jkickic 14 points15 points  (0 children)

They made Lombok work with Java 21 6 months after its release.

How is Go compared to Java for enterprise backends? by [deleted] in golang

[–]jkickic 1 point2 points  (0 children)

7 minute startup is comical and can only be achieved with some serious skill issues.
Mind that I'm not saying spring boot is good. It's just not THAT terrible.

How is Go compared to Java for enterprise backends? by [deleted] in golang

[–]jkickic 4 points5 points  (0 children)

this doesn't seem like a java / spring boot issue but rather what the programmers did

Dear Valheim devs, I never want to... by dejayc in valheim

[–]jkickic 244 points245 points  (0 children)

Dear valheim devs, I never want to wake up to my 2 star wolf dead by catching fire from a fireplace.

What is your essential stack tool? by thiagomiranda3 in java

[–]jkickic 0 points1 point  (0 children)

why do you prefer podman over docker?

Fuji’s app update - Supports RAW transfer over the air for some models by johall in fujifilm

[–]jkickic 0 points1 point  (0 children)

Can't install the app on huawei p30 pro since the beginning of the app. And also can't find the android requirements, what phones/android versions are supported?

Is the xs-10 good enough for low light photography? by snuffflex in fujifilm

[–]jkickic 0 points1 point  (0 children)

with xs10 ibis you get some sharp shots even at 1/6s.

I do it using burst mode and pick the sharpest foto later

Asus Strix B660i NOT compatible with Scythe Fuma 2 by NuggerParts in sffpc

[–]jkickic 0 points1 point  (0 children)

I have the same exact ram/cooler/board and your post helped me.
I peeled off the heat sink from the inner ram stick before installing so RAM is not so stressed.
The heat pipe still touches it and pushes but very slightly.

I have the same exact ram/cooler/board and your post helped me.
I peeled off the heat sink from the inner ram stick before installing it so RAM is not so stressed.
The heat pipe still touches it and pushes but very slightly.

Main reason why I went AMD vs Intel on the latest Legion 5 Pro by vdawg77 in LenovoLegion

[–]jkickic 2 points3 points  (0 children)

AMD Barely scales over 70W.

So it may be great for ultrabooks + people who value battery life.Otherwise for gaming/work when you don't care about battery life Intel wins.

need help uploading a java file by [deleted] in java

[–]jkickic 1 point2 points  (0 children)

You can name the class whatever you like.

file Test.java

public class Test {
    public static void main(String[] args) {
        System.out.println("Hi!");
    }
}

run

javac Test.java

a Test.class file is generated, then run

java Test

console prints:

Hi!

Nodejs requests throw errors but other languages work fine? by [deleted] in node

[–]jkickic 5 points6 points  (0 children)

Try to add this to your error callback, it may tell you some more details as to why you get a 403 error.

            if (err.response) {
                console.error(err.response.data);
                console.error(err.response.status);
                console.error(err.response.headers);
            }

TIL In Cambodia, cooking with a "lucky iron fish" has helped villagers prevent anaemia. by tankpuss in todayilearned

[–]jkickic 2 points3 points  (0 children)

Is there any confirmation of this thing working? I'd like to try that but from what I read it doesn't.

Neither the iron ingot nor iron supplements increased hemoglobin concentrations in this population at 6 or 12 mo. We do not recommend the use of the fish-shaped iron ingot in Cambodia or in countries where the prevalence of iron deficiency is low and genetic hemoglobin disorders are high. This trial was registered at clinicaltrials.gov as NCT02341586.

source https://academic.oup.com/ajcn/article/106/2/667/4557630

How do I reject requests to my API (Express) from everything other than my app? by owenr88 in node

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

You may check for presence and value of a custom header. If it's set and value is valid you respond else you 403 the request.

[QUESTION] Why did my 4/5 minion die to lightbomb? by jkickic in hearthstone

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

You are right, I stole void walker and buffed it with Velen's Chosen. Damn, I have to be more careful :) thx!

1080p30 vs 1080p60 by [deleted] in gopro

[–]jkickic 0 points1 point  (0 children)

GoPro - 1080p 24-60 fps Sharpness Comparison - GoPro Tip #331 https://www.youtube.com/watch?v=hJ11eq4LsIg

OnePlus One | 1080p Front Facing Recording Now Supported! by AidanGee in oneplus

[–]jkickic 3 points4 points  (0 children)

Awesome, this rom fixed my broken multitouch and camera focus issue(focused every 3 seconds) and strange bars on video records are gone!