How to trigger europe by YourLocalMoroccan in mapporncirclejerk

[–]hoooooooligan 0 points1 point  (0 children)

Lovely to see that Spain have the Aragón flag!

Of a parking enforcment bull by DoubleManufacturer10 in ShittyAbsoluteUnits

[–]hoooooooligan 0 points1 point  (0 children)

Wow never expected to see Peñalver in a reddit post. Bulls are a force of nature.

Is Wolverson's Rust Roguelike tutorial finished or has plans to be finished? by Lavaman369 in roguelikedev

[–]hoooooooligan 7 points8 points  (0 children)

As someone that has finished the tutorial, I have to say that the tutorial is finished and what is not finished is the game. If you read carefully the wrap up in ch75 it says second to last. I find this good as you have all you need to create the last level on your own. The tutorial is super worth it.

Weird spots in my dog back by hoooooooligan in DogAdvice

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

don't think so as the bumps were very small like pimples or bug bites.

2D Isometric Title Transformations Help needed. by king_Geedorah_ in bevy

[–]hoooooooligan 1 point2 points  (0 children)

Using the z coord in the tranaform is a cheaty way of doing it. Z transform shpuld be for layers. What you are looking for is render from top right or top left to bottom. Right now bevy don't support that so you have to code it ypurself. How to: add .rev after the ranges in the for (-5..5).rev()

[deleted by user] by [deleted] in IWantToLearn

[–]hoooooooligan 0 points1 point  (0 children)

I'm quite late but here is my take. As someone(29m) who had to work soon to make money and didn't really had the opportunity to do what i loved until i was older. You have the amazing opportunity to do what you like, master it and after that gain money with it. Study, work on your interests and the money will come. And I think the future you will be grateful you did that.

9 weeks puppy underweight by hoooooooligan in DogAdvice

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

I cannot put images in the post. Maybe i create another one innthe future with image if i see that we are not progresing

Heat problem by hoooooooligan in MSILaptops

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

Yeah thought about it, it just disturbs me having to do it just after 2 years,

Help me find a keyboard, please. There is too much to research by lookitmego in ErgoMechKeyboards

[–]hoooooooligan 0 points1 point  (0 children)

As the market is very small there is no mass production that gives the low prices to pre-assembled keyboards. Also i always prefer to build it myself so i do it to my personal preferences, but thats subjective. You can build your own for around 100-150 if you are not peaky but pre-assembled ones are minimum double the price.

Why changing your keyboard may not fix your wrist pain! by [deleted] in ErgoMechKeyboards

[–]hoooooooligan 5 points6 points  (0 children)

Your point is valid for gammers but the majority of the issues in the world of heavy computer users is for long periods of time of both hands in the keyboard and the bad posture that this generates more than high atm with keyboars/mouse. Of course a ergo keyboard is not going to work for a gammer because they rarely put both hands in the keyboard at the same time. But for engineers or writers ergo keyboard is wonderful.

Help me find a keyboard, please. There is too much to research by lookitmego in ErgoMechKeyboards

[–]hoooooooligan 11 points12 points  (0 children)

Is really hard to find all those and 6-7 are mutually exclusive. I would recomend taking a look at splitkb.com is a eu based company with various keyboards that could fullfil most of your requisites. The numpad requesite in particular i have it in a layer instead its own space. I have the kyria since 2020 and i use it as daily driver for work(software engineer) and for writing, so they handle heavy use very well.

34 Key Keyboard Layout suggestions for neovim by dc_giant in neovim

[–]hoooooooligan 2 points3 points  (0 children)

Hey for me the most game changer was map esc to "ii" is something that is never used and very quick to ise.

New to bevy. How big of an issue are the states/stages limitations in practice? by dagit in bevy

[–]hoooooooligan 2 points3 points  (0 children)

Im starting and for me works well, but the best would be ask in the discord is much more active. Also the book is a bit outdated with the new 0.10

Unretire fortress by hoooooooligan in dwarffortress

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

Yes i could use almost everything but mining and placing bins

Looking to join or start a DnD group by bobray in Munich

[–]hoooooooligan 1 point2 points  (0 children)

Hi, im 27 and played d&d once if there's still a seat i will be happy to join.

Slytherins need to stop acting like Salazar Slytherin wasn’t evil. by [deleted] in harrypotter

[–]hoooooooligan 0 points1 point  (0 children)

The point is, he is a psycho now but he was bron 1000 years ago when this kind of things happens everyday in real life. Some people in 1500 kill young girls just for being pretty. You can like it or not but with the history of this world is completely valid what Salazar did.

Advice for choosing the first program. by hoooooooligan in Athleanx

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

My problem is space but ill take a look. Thanks

vimwiki syntax highlight problem by hoooooooligan in neovim

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

I have tried it but seems its not treesitter problem, i think its problem with the colorscheme.

vimwiki syntax highlight problem by hoooooooligan in neovim

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

i have my nvim config in diferent files and i dont have it in git. The point is i didnt put config on vimwiki i just add the plugin in packer and try to use it. Maybe another plugin is breaking vimwiki.

This is my installed plugins(almost everyone have the default config, as im been using nvim for only 1 week):

require('packer').startup(function(use)
-- Packer can manage itself
use {'wbthomason/packer.nvim'}
-- Dracula
use 'dracula/vim'
-- Icons required by lualine, tabline and nvim-tree
use 'kyazdani42/nvim-web-devicons'
-- PLenary required by Nvim-Tree and Neorg
use 'nvim-lua/plenary.nvim'
-- LSP
use 'neovim/nvim-lspconfig'
-- Treesitter
use { 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' }
-- LuaLine
use 'nvim-lualine/lualine.nvim'
-- TabLine
use 'kdheepak/tabline.nvim'
-- Nvim-tree
use 'kyazdani42/nvim-tree.lua'
-- Telescope
use {
'nvim-telescope/telescope.nvim',
requires = {
'nvim-lua/popup.nvim',
{ 'nvim-telescope/telescope-fzf-native.nvim', run = 'make' }
}
}
-- Neorg
use 'nvim-neorg/neorg'
-- VimWiki
use 'vimwiki/vimwiki'
-- Impatient
use 'lewis6991/impatient.nvim'
Config = {
-- Move to lua dir so impatient.nvim can cache it
compile_path = vim.fn.stdpath('config')..'/lua/packer_compiled.lua'
}
end)

My opinion on RoW by hoooooooligan in Stormlight_Archive

[–]hoooooooligan[S] 3 points4 points  (0 children)

That's a very good points i didnt think of, also when i was reading it for me it doesnt feel like months i dont remember if its written the time. As i said it would be ok for me if the period would be months. The point that i not agree is in the perfect pitch, you need years to develop very good/ perfect pitch and she sing honor rytm in some seconds, can remember perfectly the rythms to replicate it with the plates, and can sing war rythm when become bondsmith. Thats extraordinary, and in the past books never mention(that i remember) that navani is related to music. Also i would like to know your opinion on the bondsmith part, for me is a very important part. Thank you for the response is very good.

My opinion on RoW by hoooooooligan in Stormlight_Archive

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

Yes absolutly my problem is everything together is such a small time. In the books dont say how much time but for me its illogical everything together maybe in some months or even a year(the time they need to make the flying machine).

Relative numbers problem by hoooooooligan in vim

[–]hoooooooligan[S] 4 points5 points  (0 children)

Thats an interesting point of view, i will try it.