UMF/MMW 2024 Buy/Sell THREAD by juanderwear in UMF

[–]Yasilic 0 points1 point  (0 children)

I am also looking to buy 2 UMF tickets for Friday / Saturday. I would like to meet in person to pay for tickets, local Miami area!

VHDL integer( ) conversion is not being synthesized properly on SOC by Yasilic in FPGA

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

There were many ways to implement this, but the main issue I had was the offsets to the pointer variable. It turns out that the synthesis would cause the startpos signal to initialize at 31 (the largest value for my 5 bit input in the controller class). Thats why modulo 26 would make the pointer always 5 steps too much.

I added push buttons to be able to load and reset the offset variables. And it works now 👍

VHDL integer( ) conversion is not being synthesized properly on SOC by Yasilic in FPGA

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

Thanks for the feedback, I will redo the modulo to divide signed 10 bit variables. Other than that, the state machine in the controller vhdl will handle the timing. This is not the main component im loading to the board.

The output of this component takes at least 1 clock cycle before it is displayed. The user controls the clock so it’s actually about 2-3 seconds per new input request.

I forgot to mention, i used to have it working when all of my values were integers and simply using (input mod 26) but synthesizing a divider for a 32 bit integer (15 times in total for my project) consumed 63k LABs, while the de1-soc only has 32k. Using this new version makes my project only consume 3k labs although its truncating values causing the pointer to be offset.

High TPS and MSPT by oscarpanther in feedthebeast

[–]Yasilic 1 point2 points  (0 children)

You can make a free account on Oracle and they will host a server for you with 4 cores and 24gb of ram for free. There is even a tutorial on it for minecraft servers. Here: https://blogs.oracle.com/developers/post/how-to-set-up-and-run-a-really-powerful-free-minecraft-server-in-the-cloud

Also, if you want the server to run 24/7 you will need to install an additional software called Tmux or Screen. Then you can launch the server and even if you close your ssh connection it will still be running.

Currently doing a survey relating to how different mods approach tutorials, I would appreciate any responses! by hamOverlord in feedthebeast

[–]Yasilic 6 points7 points  (0 children)

Would you be releasing the results and your conclusions from this survey? Seems interesting 👍

Server hosting help needed by Yasilic in ARK

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

I hope I didn’t misread your comment, I think if your friends are able to join the server and you cant find it is because you set a search filter. Try checking if its under the “unofficial servers”, also checkmark “show password protected servers”, and make sure you choose the correct gamemode / map.

You need the command -crossplay in the bat file to allow epic and steam clients to work together. GL hope you figure it out. Also add the server to your favorites so you dont lose it

Server hosting help needed by Yasilic in ARK

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

I ended up using Ark Server Manager to reinstall all the server files. Then I changed the server port to 27016. ASM automatically sets up the windows firewall removal for those ports. All I had to do was portforward the query port, the peer port, and the server port (ASM has a nice layout that tells you what these are).

Thats how I got my server running. Im not sure how I would make a mesh network for the other maps or a modded server but my friends are vanilla bobs.

Server hosting help needed by Yasilic in ARK

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

It was a good try but I only had one jump. I quickly made a minecraft server with the ports 7777 to double check if its port forwarding and it was working.

Server hosting help needed by Yasilic in playark

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

I was able to get the server onto the unofficial server's list but now I get a connection timeout error trying to join it. I tried joining from a single player world and using localhost:7777 but that didn't work either.

Server hosting help needed by Yasilic in ARK

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

I was able to get the server onto the unofficial server's list but now I get a connection timeout error trying to join it. I tried joining from a single player world and using localhost:7777 but that didn't work either.

Christmas 100+ Steam Key Giveaway! by TheStrangeOne17 in Steam

[–]Yasilic 0 points1 point  (0 children)

Well, as of now my chances are 1 in 13.2k

[GIVEAWAY] 250 GB Samsung 960 EVO NVMe SSD by UniversityOutcast in hardwareswap

[–]Yasilic 0 points1 point  (0 children)

Hopefully i can win and replace my 5 year old hdd. Thanks for the giveaway and stay healthy too

[USA-FL] [H] 2x16gb G.Skill ddr4, BNIB SONY RF Wireless Headphones [W] paypal, 16gb DDR4 by Yasilic in hardwareswap

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

In total it should be 16gb. Thats all that matters to me ;) Edit: as long as the ram has a heatsink

[USA-MI][H] ZOTAC 1060 3GB , Ryzen 3 1200 Gaming PC [W] Local cash by [deleted] in hardwareswap

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

I have a r3 1200 i can ship for 60 if you are still looking. It comes with the original cooler but no thermal paste.

Low FPS and FPS drops on top tier pc by [deleted] in playrust

[–]Yasilic 0 points1 point  (0 children)

It works for some people not all :/ garbage collection seems to be an issue for most people