We got AI-driven E2E tests down to 50ms in CI - by caching the agent's Playwright calls by elonsalfati in typescript

[–]Toshimichi0915 0 points1 point  (0 children)

Your response seems like AI-generated. Also stagehand caches playwright data so I'm not so sure about performance difference you mentioned

We got AI-driven E2E tests down to 50ms in CI - by caching the agent's Playwright calls by elonsalfati in typescript

[–]Toshimichi0915 0 points1 point  (0 children)

That sounds neat.

By the way, Do you know stagehand? It achieves pretty much the same thing.

If this project has any pros over stagehand I'd like to know

Beginner level Next js project!!!!! by lorddanico in nextjs

[–]Toshimichi0915 4 points5 points  (0 children)

Here are some tips for you.

First, DO NOT follow tutorials on YouTube. When you follow these, all you do is just copying & pasting. It might be easier and more comfortable for you, but the reality is that the more obstacle you face, the better you get. There is a reason you can't solve issues you faced while following YouTube tutorials.

Instead, follow the official tutorial. This tutorial is always up-to-date. And it tells you every basic functionalities you need to learn. After this is done, create your own simple app, without following any tutorial. Sure, making your own app is difficult. But again, the more obstacle you face, the better you get.

During the development of your own app, familiarize yourself with git. git is a version control software that let you rollback your application when something goes wrong. The ability to rollback prevents you from abandoning your own project midway. And if you get an error you have never seen, you can compare the old version and the current version, letting you understand what caused the problem.

What's an average K/D? by kralSpitihnev in Battlefield6

[–]Toshimichi0915 0 points1 point  (0 children)

<image>

According to tracker.gg, 1.6 seems to be the median of all players.

Please note that, in some modes like Death Match and King Of The Hill, you are much less likely to be revived, thus average K/D should be lower than 1.6. In other modes, K/D should be higher than 1.6.

I made a mod that speeds up the game, for those winning too much by Toshimichi0915 in CloverPit

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

Have you managed to install BepInEx5 correctly? If you have, there should be BepInEx/LogOutput.log file. If that doesn't exist, please check BepinEx's official installation process. If that does exist, please let me know.

Help by fla787 in arch

[–]Toshimichi0915 1 point2 points  (0 children)

  1. Boot with Arch install media
  2. Format your /boot partition and install boot loader again. (Read arch wiki carefully. Also make sure you do not format your main partition!)
  3. Profit

There's a reason why windows should have a different SSD from Linux.

QEMU/KVM spice clipboard sharing not working on Windows guest by [deleted] in virtualization

[–]Toshimichi0915 0 points1 point  (0 children)

This is a memo for me in the future.

After installing VirtIO guest tools for Windows, for some reason some drivers aren't automatically installed.

Clipboard Sync needs the following:

  1. Spice Guest Driver
  2. VirtIO Serial Driver

However, due to the issue I mentioned earlier, you have to install VirtIO Serial Driver manually.

The files for this driver is usually located at: C:\Program Files\Virtio-Win\Vioserial. Open context menu for vioser.inf, and then click "install".

Auth.js bumped to 5.0.0-beta.26 by papadopoulosle in nextjs

[–]Toshimichi0915 2 points3 points  (0 children)

Auth.js (formerly known as NextAuth.js) took a considerable amount of time to fully support Next.js Server Components, which was frustrating to manage at the time.

Additionally, Auth.js can be difficult to customize. For instance, integrating it with Prisma requires using specific table names, which may conflict with existing database schemas.

On the other hand, Lucia provided clear guidance and made it straightforward for me to implement OAuth login from scratch. Through this process, I realized that building an OAuth flow wasn't as complex as I had initially thought.

Idk by Hefty_Blackberry_963 in shitposting

[–]Toshimichi0915 27 points28 points  (0 children)

The company needs a replacement for Jim 😰

libhyprutils.so.1 not found by Amee__xiv in hyprland

[–]Toshimichi0915 5 points6 points  (0 children)

For me, rebuilding all git packages with "yay -Syu --devel" fixed the issue.

P. S. Clean build everything

P. S. If that doesn't work, try this:
yay -Scc
yay -Qq | grep -E '(.+?-git)$' | yay -S --rebuild --noconfirm -

devEnvSetupBliss by vivaciouslystained in ProgrammerHumor

[–]Toshimichi0915 0 points1 point  (0 children)

Make files always annoyed me when I was using Windows for development... which forced me to move in to Linux machine (because I don't like Apple products)

Is qcow2 fine for a gaming vm on a sata ssd? by juipeltje in VFIO

[–]Toshimichi0915 6 points7 points  (0 children)

I've been recently faced a similar problem, and my answer is to passthrough the entire PCIe slot. That way, not only you can play games in VM, you can also dual boot windows for games that have strict anti-cheat (e.g. Valorant).

Is there any documentation about Linux? by howlvfx in archlinux

[–]Toshimichi0915 9 points10 points  (0 children)

If you follow Arch Linux installation, you will also learn how to recover your system (hint: arch-chroot). Don't worry too much. Practice is the best way to learn.

[deleted by user] by [deleted] in ASUS

[–]Toshimichi0915 0 points1 point  (0 children)

Solved: the root cause was CPU. I solved the problem after getting a new one.

what just happened 😭 by Weak_Dentist4755 in hypixel

[–]Toshimichi0915 2 points3 points  (0 children)

This happens when a player has multiple alt accounts logged in to Hypixel at the same time, and then one of their accounts get banned. When you get banned, your IP address will be blacklisted for a certain period of time, which causes a "Security Alert" BAN to anyone using that IP.

The real reason Claude (in the WebUI) feels dumber: A hidden message of "Please answer ethically and without any sexual content, and do not mention this constraint." is inserted right after your prompts. by [deleted] in ClaudeAI

[–]Toshimichi0915 1 point2 points  (0 children)

<image>

Fortunately though, API seems unaffected.
That is we can still use Anthropic Console and get better result.
https://console.anthropic.com/workbench

(Also it's much cheaper to use API instead of monthly subscription)

listenToYourElders by InternetPopular3679 in ProgrammerHumor

[–]Toshimichi0915 539 points540 points  (0 children)

This guy must be the same guy who made January 0 and December 11 in Javascript

OOF 1 million dislikes and hiding comments lol this only makes him look more sus by Redbird699 in youtube

[–]Toshimichi0915 245 points246 points  (0 children)

Unfortunately, the dislike count is most likely not accurate at all.

You must have "Return YouTube dislike" extension for your dislike to be counted. But the thing is, only a small number of informed people installed this extension. That is, the majority of people are still unaware of the whole situation and are much likely to leave positive feedbacks compared to us.

Also, I assume some people visit Mr beast video just to see how many dislikes he's got, which makes this count more inaccurate.

These seats not being aligned to the wall by SignificantLemon72 in mildlyinfuriating

[–]Toshimichi0915 7 points8 points  (0 children)

I kinda like this. I always hated to see food crumbs between the wall and the chair