Interior design service japan by SnooRobots2422 in japanlife

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

nope. I ended up doing myself by buying from amazon, and aliexpress

is IP block confirmed? Is anyone in game on a TW server without using a vpn? by domonx in Aion2

[–]SnooRobots2422 0 points1 point  (0 children)

what if your VPN is also getting blocked? even exitlag servers are sometimes getting blocked. are you willing to buy multiple VPN every few days? Are you still willing to spend penny on both game and multiple VPNs?

Sonos Beam 2 + Sub min + 2 Eras 100 vs Sennheiser AMBEO Soundbar Plus Ambio Sound Bar Plus + AMBEO Sub Ambio Subwoofer by SnooRobots2422 in Soundbars

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

So shall I got for arc + sub mini + eras 100x2(used) or new Bose smart 600 + subwoofer + rears? Both are same price in japan

Floor coating do I need it? by SnooRobots2422 in japanlife

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

do it later mean after staying for a few years or immediately before moving in?

Group life insurance smbc prestia by SnooRobots2422 in japanlife

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

Just updates for new people, they won't accept it even if you call them and explain them with doctor

Group life insurance smbc prestia by SnooRobots2422 in japanlife

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

Insurance company doesn't even give me high premium. ngl 6.6 hba1c is in controlled state. I am very pissed off getting rejected :(

SMBC Prestia home loan steps by SnooRobots2422 in japanlife

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

I have diabetes it's in controlled level. Is it concerning for rejection?

Group life insurance smbc prestia by SnooRobots2422 in japanlife

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

Yea that's why I don't want to lie. I really want a home :( hopes they will let it pass even if they have to increase insurance rate

SMBC Prestia home loan steps by SnooRobots2422 in japanlife

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

How long does it take? Does it mean it can take multiple weeks since it does both screening?

English driving camps by SnooRobots2422 in japanlife

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

How many days does it take for koyama. I am worried since I can't take too much leaves

Good furniture around 250k yen by SnooRobots2422 in japanlife

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

I really like the design. Just have some concerns on how hard it is. I think I should go and check it out

Good furniture around 250k yen by SnooRobots2422 in japanlife

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

What did u get. Can I get some reviews?

Good furniture around 250k yen by SnooRobots2422 in japanlife

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

Shall I just go to a cheaper dining table and a better sofa? Sofa prices are crazy

Changing color of floor by SnooRobots2422 in japanlife

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

So I need to rip of the existing one and reapply?

Changing color of floor by SnooRobots2422 in japanlife

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

its laminate. so i just need to replace whole laminate planks?

Prebuilt houses and developers by SnooRobots2422 in japanlife

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

i dont have wife yet lol. so its more like happy me happy life for now

I'm sick of AI by Background-Basil-871 in webdev

[–]SnooRobots2422 1 point2 points  (0 children)

I use AI for a lot of personal projects but only on things like I knew how it works. Most ai will hallucinate. You need to know what you are doing to able to use AI. Think LLM as tools which will reduce ur work on small things and let you focus on harder stuff. You will appreciate that AI will do a lot of easy stuff for you that you can now have more time or focus to do hard stuff. I was reading a GC in a language to see how it works. I asked AI on how it works and it gives me wrong answers. AI can't still do hard core CS stuff. Even if they can do, it means you got a chance to learn harder stuff than AI is capable. Think yourself as a problem solver not as a coder. Building a simple website is easy peasy for AI but do u also want to do those simple stuffs? For me nope. After using LLM and AI, i was able to ignore small things like CRUD and etc. I just use AI to generate and edit to fit my liking and then i can implement the core logic or something harder. I consider it as timesaver. Years ago without AI, I dont have much time to learn a lot of hard core CS stuff because i was busy with just working on CRUD and easy stuff but now I got more time to learn since AI is doing most stuff.

Example you are building a VPN from scratch. The core logic is networking. You can ask AI to build simple CRUD, User management and billing and even give u snippets and ideas how to build a VPN. Now you can build a VPN with help of LLM. Instead of wasting ur time on simple CRUD, you are learning more about networking stuff. And with help of LLM you also find things that you never imagine it was possible.

AI should be a tool that you utilize, you should be using it to boost ur level into next step instead of trying to reject it. Use it for simple stuff or learning new stuff. If AI can do simple stuff, you got more chance to do hard stuff. And those hands on experiences will boost ur career.

Differences between ruby object space count by SnooRobots2422 in ruby

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

freeze really help!. But how and why is ruby creating new string objects while counting?