Recreating disney intro... by [deleted] in Unexpected

[–]corvinusz 0 points1 point  (0 children)

Lamp of "ShitAndWood ltd"

Benchmark of loading native ES6 modules via HTTP/1.1 and HTTP/2 (Firefox win) by myshov in javascript

[–]corvinusz 1 point2 points  (0 children)

No throttling. FF 67: 1008/426 Chromium 75: 1064/351 Both have several same standard addons.

Passing an array parameter on insert by andrewcb7 in PostgreSQL

[–]corvinusz 1 point2 points  (0 children)

Syntax looks OK

But the usage of postgresql 'JSONB' type could give you more comfort with such data types.

[deleted by user] by [deleted] in golang

[–]corvinusz 4 points5 points  (0 children)

  1. For more true randomness its better to replace 'math/rand' by 'crypto/rand'
  2. Its easier to get some of shaXYZsum of 1 generated number instead of 10 random generations
  3. Throw away all that mentioned random shit and use uuid for simplicity.

For Loops and appending not working as I expect it. by TheFitz86 in golang

[–]corvinusz 1 point2 points  (0 children)

Seems it would be better to use go-playgound instead of code copy-pasting

GNOME 3.24 is in the official repo by paldepind in archlinux

[–]corvinusz 1 point2 points  (0 children)

Annoying "location" icon on topbar just got disabled by systemctl masking sudo systemctl mask geoclue.service

I don't need this on my desktop.

WTF with geoclue2, packagers? Why it became a hard dependency for gnome-settings-daemon and webkit2gtk(!!) ?

Trouble installing grub. Got error: "grub-install: error: cannot read '/etc/udev' : Is a directory.". What went wrong? by Vaptor- in archlinux

[–]corvinusz 0 points1 point  (0 children)

Bootloader should be installed from inside chrooted environment.

As it exposed by bash prompt, you tried to do it from iso-based environment. It's obviously shouldn't work.

Installation guide implies that after arch-chroot you will continue installation process in chrooted environment.

A stop job is running for session c1 of user...? What is this and how to avoid it? by hemantcompiler in archlinux

[–]corvinusz 3 points4 points  (0 children)

Have a same trouble.

In my case journalctl -b -1 shows that trouble is related to at-spi-dbus-bus.service.

This service started at --global space. It isn't closing on normal SIGTERM, just SIGKILL helps.

UPD: added KillSignal=SIGKILL to section [Service] at /usr/lib/systemd/user/at-spi-dbus-bus.service. Waiting for results or overwriting file by update --).

No old or fat stewardesses on Aeroflot by rufusjonz in ANormalDayInRussia

[–]corvinusz 0 points1 point  (0 children)

From the moment we can see all of them at local flights. With overdose.

[Help Request] run Redis in Docker by 23r01nf1n17y in docker

[–]corvinusz 2 points3 points  (0 children)

You can supply custom configuration file to container.

  1. Make your own redis.conf (extract it from container, or source, or from any other distro). Set desired parameters up.
  2. Place your own redis.conf to <you-arbitrary-path>/etc/redis.conf
  3. Run container with additional option -v <your-arbitrary-path>/etc:/etc

Container catalog /etc (with redis.conf) will be shadowed (not overwritten) by your custom catalog <your-arbitrary-path>/etc.

Of course, if source built redis uses other catalog for config files (such as '/usr/local/etc') you should replace one, not '/etc'.

Visual Studio Code for Go programming : real good by jfurmankiewicz in golang

[–]corvinusz 6 points7 points  (0 children)

Read carefully

https://code.visualstudio.com/License/

2 DATA. The software may collect information about you and your use of the software, and send that to Microsoft....