MrOzwaldMan

joined 2 years ago
 

I can see the that it means "Where" but how do you say when I break down the words I get the following:

g-d-ye t-ee

How do I pronounce it?

[–] MrOzwaldMan@lemmy.ml 7 points 1 month ago (5 children)

Usually, it’s more sane to embed formatting in the string itself rather than having styling separately defined (i.e. CSS, kinda).

like this: <b>Bold Text</b>?

 

It must be a pain to make a text box with the ability to add bold, italic, heading, etc. you know? All the bold text, italics, and headings would need to be saved in a database column to be retrieved later in their correct positions.

I don't know, I am doing internship learning C# ASP (started 2 months ago), and just got a "Shower Thought" while making an edit post function.

 

Title before edit: I hate programming, why did i choose this field

TL;DR: Stupid mistake, made by hours waste.

Basically, I was extracting date from the SQL db, and it was not displaying. I tried everything, heck I even went to chatgpt, and copilot. Two and half hours of trying every single thing under the sun, you know what was the issue?

SELECT task, status, id FROM mainWorkSpace WHERE user_id = @user_id

I FUCKING FORGOT TO ADD 'date' TO THE DAMN QUERY. TWO AND HALF HOURS. I was like, "Ain't no way." as I scrolled up to the query and there it was, a slap in the face, and you know what was the fix?

SELECT task, status, date, id FROM mainWorkSpace WHERE user_id = @user_id

Moral of the story, don't become a programmer, become a professional cat herder instead.

 

The 'technologies' will be replaced by their respective icons.

 

i need to import HtmlClient and router, thank you.

 

For example, I have been using Google or Apple for 7 years, and seeing that I was fingerprinted, tracked through third-party cookies, etc. I want to switch to a more private option.

But is it worth it? They know about me, they have now AI that can just use the behavior pattern for the last 7 years and still track me.

Again the question comes, should I become "privacy-focused" despite my data before I was "privacy-focused" used and sold?

 

I have my father's old work PC (one of those Fujitsu Siemens models) from yesteryears. It features:

  • OS: Ubuntu 23.04
  • CPU: Intel Core i7-4770 (I forgot the clock speed in GHz).
  • RAM: 8 GB DDR3 1600MHz (Single Channel).
  • Storage: 128 GB SSD (installed in 2020) & 1 TB HDD (also installed in 2020).
  • Graphics: NVIDIA GeForce GT 620 (or was it GTX?).

I am considering using it as a file server since my laptop only has a 256 GB SSD, and I need more space to store my files on the old PC. But the question is, do I need a home server? When is a home server necessary?

Any sources or information on how to set up a file server with a PC would be greatly appreciated.

Vocabulary and Grammatical Errors were improved and fixed by ChatGPT because English is my 2nd Language

[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago (1 children)
[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago (3 children)

I already told you the error here.

[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago (1 children)

hmm... maybe it's the wrong driver and im being stupid

[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago (3 children)

WAIT, is this it?

-network description: Ethernet interface physical id: 2 bus info: usb@3:13 logical name: usb0 serial: 6e:23:2f:0e:47:0e capabilities: ethernet physical configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.70.35 link=yes multicast=yes WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago* (last edited 2 years ago) (5 children)

This happens: $ sudo make install make: *** No rule to make target 'install'. Stop.

This is what the MakeFile contains:

all: make -C UTIL/ osutil $(SHELL) cp_util.sh make -C MODULE/ build_tools make -C MODULE/ osdrv $(SHELL) cp_module.sh make -C NETIF/ osnet

clean: make -C UTIL/ clean make -C MODULE/ clean make -C NETIF/ clean

install: make -C UTIL/ install make -C MODULE/ install make -C NETIF/ install

uninstall: make -C UTIL/ uninstall make -C MODULE/ uninstall make -C NETIF/ uninstall- -

[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago (1 children)

I have switched, now I just need to install the driver, which I am having a problem with. Consider this link here https://lemmy.ml/post/282846

[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago (2 children)

also i found this while trying to figure out what i had to do, it's a portion of it: https://pastebin.com/arbeKVvr

[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago* (last edited 2 years ago) (5 children)

make -C /home/uname/Downloads/mt7603_v1.16/os/linux -f Makefile.6 install make[1]: Entering directory '/home/uname/Downloads/mt7603_v1.16/os/linux' mkdir: cannot create directory ‘/etc/Wireless’: File exists rm -rf /etc/Wireless/RT2870STA mkdir /etc/Wireless/RT2870STA cp /home/uname/Downloads/mt7603_v1.16/conf/RT2870STA.dat /etc/Wireless/RT2870STA/. install -d install: missing file operand Try 'install --help' for more information. make[1]: *** [Makefile.6:1736: install] Error 1 make[1]: Leaving directory '/home/uname/Downloads/mt7603_v1.16/os/linux' make: *** [Makefile:351: install] Error 2

[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago (7 children)

I tried doing make it gives me an error. Also (if you have downloaded the file checked it out), if I do "sudo make install" even with the GCC compiler installed, it still does not work.

[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago* (last edited 2 years ago) (9 children)

where do i put gcc?

 
 

There is not even a "Help" or a "Read Me". There is not even a Doc on their official web page, if there was I cannot find it. Context: I am trying to transition from Windows to Linux. I am using Linux Mint in VM Ware before fully switching to it.

view more: next ›