A directory of Indic language computing resources indic.page
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/CloudPad
πŸ“…︎ Nov 22 2020
🚨︎ report
Please help ! Ive asked on discords, Ive looked through forums, and ive downloaded and reinstalled many things including fightrcade and all of the microsoft directories. the last option Im thinking of is a full computer reset which I really, really dont want to do

https://preview.redd.it/16xlyrk27f781.png?width=1002&format=png&auto=webp&s=6b564050aafbaf39f90930666e9067b2d9f286e5

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/SleekGoose
πŸ“…︎ Dec 24 2021
🚨︎ report
Python - Is there a way to access the files of an android phone? Similar to working with directories and files on the computer where the programm is running.

So basically, I'm creating a small python program that helps me creating the backup of my pictures. Using the 'os' module you can see, change and work with directories from the computer where the program is running. My idea was that, once I gave access from my computer to my phone files, I would be able to move to the root directory and from there move to where my phone files are. The thing is it doesn't appear, is seems to be "out of scope" to put it in a way. Is there a way to have access to the files from my phone once is pluged to my computer?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Chorizete
πŸ“…︎ Dec 31 2021
🚨︎ report
Interesting piece on the mental model of how information is organized: "... the concept of file folders and directories, essential to previous generations’ understanding of computers, is gibberish to many modern students." theverge.com/22684730/stu…
πŸ‘︎ 68
πŸ’¬︎
πŸ‘€︎ u/YidonHongski
πŸ“…︎ Oct 01 2021
🚨︎ report
Are the experiences you can't remember gone forever? Like infant experiences before your memory starts? If you could access your brain like a computer with a file directory would you be able to see these unremembered experiences?
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/sleepy-guro-girl
πŸ“…︎ Nov 15 2021
🚨︎ report
Anki on Linux Zorin: can't upload any picture or media from computer. Error: "No such file or directory"

When I copy an image or file to the clipboard and try to paste it in a field of the card, I get this error. I do this normally on Windows.

When I try to attach by clicking on the "clip" icon of the card, Anki doesn't show the folders in my computer, it shows me completely different folders and I cannot locate anything. What Anki shows me is like a completely different computer.

That is: I cannot find from Anki "home/my name/Documents/Chimica.../" or any other folder in my computer.

https://preview.redd.it/j015cipal5581.png?width=485&format=png&auto=webp&s=7d3ee39a04be82b7fa3ffd94ac9d74ccf8081100

I've done a clean install of Zorin OS 16 Core. My computer is 12 years old and can't handle Windows.

Thanks if you can help!

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/batatadoce24
πŸ“…︎ Dec 12 2021
🚨︎ report
File not found: Β« The concept of file folders and directories, essential to previous generations’ understanding of computers, is gibberish to many modern students. Β» theverge.com/22684730/stu…
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/fchung
πŸ“…︎ Oct 12 2021
🚨︎ report
Writing Rust libraries for the Python scientific computing ecosystem

One of Rust's many strengths is that it can be seamlessly integrated with Python and speed up critical code sections. I recently wrote a small library with an efficient ragged array datatype, and I figured it would make for a good example of how to set up a Rust Python package with PyO3 and maturin that interoperates with numpy. There are a lot of little details that took me quite a while to figure out:

  • Publishing to PyPI:
  • Exporting MyPy type annotations:
    • In most cases, you will only need a type stubs file placed in the root project directory, in which case the name of the file should be the same as the package name
    • Since this is a mixed Python/Rust project, you also need to place a py.typed marker file in the Python module
    • There is some extra Python code to export a generic version of the RaggedBuffer datatype (generics are not supported by PyO3)
  • Integration with numpy uses the rust-numpy crate:
    • Example of method tha
... keep reading on reddit ➑

πŸ‘︎ 187
πŸ’¬︎
πŸ‘€︎ u/Programmierer
πŸ“…︎ Dec 19 2021
🚨︎ report
Does a computer directory contain itself and it's parent directory?

If you use the terminal to navigate into an empty folder and ask it nicely to list the contents of that folder by saying "dir", it'll gladly tell you that there's two folders in there: "." and ".."

But aren't those the current folder and the parent folder? Does that mean the entire file system is folderception?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/MattJota
πŸ“…︎ Oct 24 2021
🚨︎ report
Cramer on Holmes "To me, it's reasonable to compare you to Steve Jobs and what he did for computing" v.redd.it/1jk4dciyev981
πŸ‘︎ 11k
πŸ’¬︎
πŸ‘€︎ u/karmadu
πŸ“…︎ Jan 05 2022
🚨︎ report
Creating a Minecraft server with Oracle cloud computing service for free - The Ultimate Guide

Oracle (The company that own's Java) has a service that allows you to create a server for pretty much anything, and this service that they offer has a free tier. Today, I will show you how to use Oracle's Cloud Computing Service to run a Minecraft server - For Free! I haven't seen a whole lot of talk about this method, and I feel it should be more well known.

Item's Needed:

-Minecraft: Java edition (duh)

-Basic Understanding of minecraft server's, Bash, and how to use SSH (I will be covering how to use SSH to connect to your server, so this isn't completely neccessary.)-A Credit Card. Oracle uses credit card's for verification, to make sure that their service is being used by real humans. The link to their FAQ about this policy can be found here.

Without Further ado, let's Begin!

(Editor's note: This is a really long guide, so just be prepared for that :) )

Step 1: Creating an Oracle Cloud account.

To start off, head over to Oracle's Signup Page and create an account. I won't go over this too much, as it is pretty self explanitory. Once you have done that, go to Step 2!

Step 2: Creating a Virtual Machine instance.

Don't Panic! This part isn't as complicated as it sounds. Once you have finished setting up your account, click the "Create a VM instance" panel.

:D

Give your VM instance a name. Anything will work, but make it easily identifiable. You can leave the default (Root) compartment selected.

https://preview.redd.it/z0fcocxpd0y71.png?width=792&format=png&auto=webp&s=99637b502a83ff60f5189a73a77cfb5a88304e7f

Now, Scroll down to the "Image and Shape" section. Make sure "Oracle Linux 7.9 (Or just the latest build)" Is selected. Then click "Change shape"

Under "Shape series", Select "Ampere". Now set the amount of Ram and CPU Cores you would like! I would recommend at least 2 CPU Cores and 8GB of ram, which should be plenty of resources for our Minecraft server!

After you have finished selecting the shape, make sure the "Always free eligible" Tag is showing.

https://preview.redd.it/32bkfk8te0y71.png?width=757&format=png&auto=webp&s=d7f50ceae622064c9590c9ef41f82afdce809fed

Next, we need to create a VCN (Or Virtual Cloud Network). If you already have

... keep reading on reddit ➑

πŸ‘︎ 240
πŸ’¬︎
πŸ‘€︎ u/Belaboy109569
πŸ“…︎ Nov 06 2021
🚨︎ report
I graduated University with a Computing degree in June (with First Class Honours), yet didn't feel a single drop of joy. The only things keeping me from flying off the handle, are escapism and my families daily reminder that life is worth living. Roast me.
πŸ‘︎ 4k
πŸ’¬︎
πŸ‘€︎ u/dstlny_97
πŸ“…︎ Jan 05 2022
🚨︎ report
Active Directory - bare minimum rights for read-only queries of AD Users & Computer info?

what is the absolute minimal permissions I can give another user to be able to query AD information from another trusted domain? they can query their own domain by default (as they are both a user and computer in that domain), but if there is a 2nd domain in a 2nd forest, do I need to give him some kind of rights to that 2nd domain? what's the bare minimum rights I can grant? Thanks!

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/jwckauman
πŸ“…︎ Sep 07 2021
🚨︎ report
Computing and Electronics ebook directory kysmykseka.net/koti/wizar…
πŸ‘︎ 23
πŸ’¬︎
πŸ‘€︎ u/dantstk
πŸ“…︎ Mar 27 2015
🚨︎ report
Need help moving projects to another computer. Having issues with the files being shown offline and reaper prompting me to search for missing files. Same issue as the link. Also I made sure to Create subdirectory for project & Move all media into project directory when saving the files. ultimate-guitar.com/forum…
πŸ‘︎ 10
πŸ’¬︎
πŸ“…︎ Aug 28 2021
🚨︎ report
I've built a modern directory of websites accessible to older computers

As part of a bigger project soon to be released, I've built a modern directory of websites accessible to older computers. It's a work in progress and mostly Mac related so far but open to any submissions. Any categories/platform related websites are welcome, I will be categorising them as I go.

The criteria for being added is that a website must be lightweight (no JavaScript, safe CSS) and is accessible via the HTTP protocol.

Any suggestions or submissions are welcome!

http://directory.sloop.nz

πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/NZGreystash
πŸ“…︎ Aug 03 2021
🚨︎ report
Monitoring WHEN A COMPUTER JOINS THE active directory DOMAIN?

Sorry for the newbie question, our OpsMgr admin left the company, and I'm not very familiar with OpsMgr 2019. Is there a tutorial on how to create a monitor in the authoring node and create a subscription so that I will receive an email when a computer joins the domain? I've been googling and looking on youtube but not finding a tutorial for this.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Squeezer999
πŸ“…︎ Sep 23 2021
🚨︎ report
The concept of file folders and directories is gibberish to many modern students theverge.com/22684730/stu…
πŸ‘︎ 738
πŸ’¬︎
πŸ‘€︎ u/Diligent_Staple
πŸ“…︎ Sep 23 2021
🚨︎ report
Is there a Firefox extension that will let me go to a webpage that's just a directory listing (see example below) and automagically download every folder?

https://preview.redd.it/d1dxyj4fi5b81.jpg?width=376&format=pjpg&auto=webp&s=1ae4d59aac6dadd7695ce0ce196ecb77d6d7c62c

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/VPR2
πŸ“…︎ Jan 12 2022
🚨︎ report
Can multiple computers boot from one directory in network?

Hi!

I'm studying LPI's own Linux Essentials documents. And I've reached to this place which says that by using NFS protocol between UNIX/Linux devices, you can boot your system from another root directory in another computer/disk in the network. WOW! MIND BLOWN! This was really dope!

But I was wondering if you can boot multiple computers from that same directory via NFS. Is it possible? If it is, wouldn't there be some conflicts in the directory?

πŸ‘︎ 55
πŸ’¬︎
πŸ‘€︎ u/hands0m3dude
πŸ“…︎ Jun 06 2021
🚨︎ report
Looking for a PS script to return windows version information in on computer objects in Active Directory

I'm basically looking for a powershell script that will show the OS version ... ie (Windows 10 19042) of the computer objects and output that to a file. I am looking for all of AD but a script limited to a specific OU would be fine. I have tried to make a script myself but I am struggling and have limited knowledge of Powershell. I really only care about Win 10 systems but I can weed out the rest if filtering to just Win 10 is more difficult. Thanks!

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/buck614
πŸ“…︎ Jul 20 2021
🚨︎ report
Optimal way of naming directory and files structure.

What is the best and consistent way to name and maintain your computer's directory structure ?

camelCase? kebab-case? snake_case? PascalCase?

Also, is your file naming scheme same as the directories or is it different? Asking because the default directories in home are PascalCase for linux but using that consistently makes for a messy nomenclature. What is a standard that you guys use and why is it so?

πŸ‘︎ 45
πŸ’¬︎
πŸ‘€︎ u/noobbodyjourney
πŸ“…︎ Dec 25 2021
🚨︎ report
Computing before the Islamic revolution in Iran
πŸ‘︎ 51k
πŸ’¬︎
πŸ‘€︎ u/IFuckedYourCats
πŸ“…︎ Nov 21 2021
🚨︎ report
Memory runs out in directory "/" while trying to repair installation.

So, I'm new to Linux and I'm trying to install Kubuntu for the fist time. It has been a torture.

Now, after a long time trying to even complete installation I have the problem "GRUB install fatal error". I now that it can be fixed with the Boot Repair packet. The thing is, when I'm trying to solve the issue in the console, a warning of low space in disk appears. Here is the low disk error

And then, when I open the Dolphin app, it shows me that the directory "/" has no space

So, it looks like / only has 3GB available. And lastly, I can't even remove files.

Does anybody know what can I do?

Also, I'm trying to install Kubuntu 21.10. I've tried with other flavors and versions, but nothing solves the problem. And no, my usb with the corect iso is not the problem.

TLDR: Directory "/" has no memory available and can't remove files. What can I do?

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/sacsosayclank
πŸ“…︎ Dec 21 2021
🚨︎ report
How can I learn more about Active Directory?

I want to learn about Active Directory, but I can't find any god tutorials online, and the only one that I did manage to find only covered the basic stuff like setting up a domain controller, adding users, and adding computers to your domain. I want to learn stuff like group policies, FSMO, and other stuff like redundancy. I also want to learn how Active Directory works in enterprises.

πŸ‘︎ 25
πŸ’¬︎
πŸ‘€︎ u/Windows_XP2
πŸ“…︎ Dec 29 2021
🚨︎ report
TIL the longest-running video game series is, by far: The Oregon Trail. First published in 1971 by the Minnesota Educational Computing Consortium, it beats out the next series (Pac-Man) by almost a decade. en.wikipedia.org/wiki/Lis…
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/Pfeffer_Prinz
πŸ“…︎ Jan 11 2022
🚨︎ report
I made a simple terminal application to sync my notes to a local directory in bulk after converting them to pdfs!
πŸ‘︎ 42
πŸ’¬︎
πŸ‘€︎ u/Boutmayun
πŸ“…︎ Dec 02 2021
🚨︎ report
Why not use a directory structure instead of the 'mod' keyword to create modules?

The Rust book has the following module tree:

https://preview.redd.it/if36ftnngy181.png?width=315&format=png&auto=webp&s=58a98f273c2dd05e99b2230408bb09bd1978d199

The book states that "The module tree might remind you of the filesystem’s directory tree on your computer; this is a very apt comparison!"

So why not use a directory structure to define modules instead of the mod keyword. And for imports, use something like javascript where the local path is defined? This would make it so that the extra keywords of super and self are not needed.

What insights am I missing out on that make this a better system?

πŸ‘︎ 56
πŸ’¬︎
πŸ‘€︎ u/EdgedSurf
πŸ“…︎ Nov 26 2021
🚨︎ report
US blacklists Chinese quantum computing firms over security fears techradar.com/news/us-bla…
πŸ‘︎ 19k
πŸ’¬︎
πŸ‘€︎ u/sillinessalso
πŸ“…︎ Nov 25 2021
🚨︎ report
Active Directory Users and Computers over VPN

Hi all,

Strange one. Our ADUC client will from time to time simply not open, or open about 5 minutes later over VPN. I'm guessing it's a network issue but haven't the slightest idea what to check.

We can ping and rdp to the DC without an issue. We're using Pulse VPN. Anyone experienced something like this before?

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/DaithiG
πŸ“…︎ May 07 2021
🚨︎ report
NVIDIA is simulating a digital twin of the earth down to a 1 meter scale (calling it earth 2.0) to predict our future to fight climate change; leveraging million-x computing speedups developer.nvidia.com/blog…
πŸ‘︎ 13k
πŸ’¬︎
πŸ‘€︎ u/JoeTheChandler
πŸ“…︎ Nov 30 2021
🚨︎ report
What is Azure Active Directory? - AZ-800 youtube.com/watch?v=jD4kR…
πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/CandyRapper1
πŸ“…︎ Jan 07 2022
🚨︎ report
The future of computing
πŸ‘︎ 3k
πŸ’¬︎
πŸ“…︎ Dec 21 2021
🚨︎ report
Best Active Directory Analyzer?

Summary:

Small company, we wear many hats, looking for an AD Analyzer that doesn’t cost us 16k.

Looking to remediate misconfigurations and maintain drift without hiring additional resources.

πŸ‘︎ 449
πŸ’¬︎
πŸ“…︎ Jan 10 2022
🚨︎ report
where is the injection directory on my computer?
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/vvinvardhan
πŸ“…︎ Jul 12 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.